#5CD1A2

Color #5CD1A2 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5CD1A2

Tints of Medium Aquamarine #5CD1A2

Color information

#5CD1A2 (or 0x5CD1A2) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, D1 and A2. RGB value is (92,209,162). Sum of RGB (Red+Green+Blue) = 92+209+162=463 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.87% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #5CD1A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CD1A2 is #A32E5D. Grayscale: #A8A8A8. Windows color (decimal): -10694238 or 10670428. OLE color: 10670428.

HSL color Cylindrical-coordinate representation of color #5CD1A2: hue angle of 155.9º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD1A2 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB92209162-
CMYK0.5600.220.18
HSL155.9º55.98%59.02%-
HSV(B)155.9º55.98%81.96%-
XYZ33.7450.4842.15-
YUV168.66124.2473.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 19.87%
GREEN value IS 209 (82.03% from 255) = 45.14%
BLUE value IS 162 (63.67% from 255) = 34.99%
R=19.87%
G=45.14%
B=34.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal922091620.5600.220.18155.955.9859.02
Hex5CD1A238016129c383b
Octal13432124270026222347073
Binary101110011010001101000101110000101101001010011100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CD1A2; }

 p { color: rgb(92,209,162); }

 H1.HeaderClassName
 {
   color: #5CD1A2;
 }
 .AnyTagClassName
 {
   color: #5CD1A2;
 }
</style>
background-color css

<style>
 a { background-color: #5CD1A2; }

 a { background-color: rgb(92,209,162); }

 div.DivClassName
 {
   background-color: #5CD1A2;
 }
 .BgClassName
 {
   background-color: #5CD1A2;
 }
</style>
border-color css

<style>
 span { border-color: #5CD1A2; }

 span { border-color: rgb(92,209,162); }

 td.TdClassName
 {
   border-color: #5CD1A2;
 }
 .TagClassName
 {
   border-color: #5CD1A2;
 }
</style>