#5CCBB6

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

Shades of Medium Aquamarine #5CCBB6

Tints of Medium Aquamarine #5CCBB6

Color information

#5CCBB6 (or 0x5CCBB6) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, CB and B6. RGB value is (92,203,182). Sum of RGB (Red+Green+Blue) = 92+203+182=477 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.29% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCBB6 is #A33449. Grayscale: #A7A7A7. Windows color (decimal): -10695754 or 11979612. OLE color: 11979612.

HSL color Cylindrical-coordinate representation of color #5CCBB6: hue angle of 168.65º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCBB6 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB92203182-
CMYK0.5500.100.20
HSL168.65º51.63%57.84%-
HSV(B)168.65º54.68%79.61%-
XYZ34.2148.3651.79-
YUV167.42136.2374.21-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.29%
GREEN value IS 203 (79.69% from 255) = 42.56%
BLUE value IS 182 (71.48% from 255) = 38.16%
R=19.29%
G=42.56%
B=38.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal922031820.5500.100.20168.6551.6357.84
Hex5CCBB6370A14a9343a
Octal13431326667012242516472
Binary10111001100101110110110110111010101010010101001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,203,182); }

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

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

 a { background-color: rgb(92,203,182); }

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

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

 span { border-color: rgb(92,203,182); }

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