#5CCBB5

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

Shades of Medium Aquamarine #5CCBB5

Tints of Medium Aquamarine #5CCBB5

Color information

#5CCBB5 (or 0x5CCBB5) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, CB and B5. RGB value is (92,203,181). Sum of RGB (Red+Green+Blue) = 92+203+181=476 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.33% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCBB5 is #A3344A. Grayscale: #A7A7A7. Windows color (decimal): -10695755 or 11914076. OLE color: 11914076.

HSL color Cylindrical-coordinate representation of color #5CCBB5: hue angle of 168.11º 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 #5CCBB5 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB92203181-
CMYK0.5500.110.20
HSL168.11º51.63%57.84%-
HSV(B)168.11º54.68%79.61%-
XYZ34.1148.3251.25-
YUV167.3135.7374.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.33%
GREEN value IS 203 (79.69% from 255) = 42.65%
BLUE value IS 181 (71.09% from 255) = 38.03%
R=19.33%
G=42.65%
B=38.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal922031810.5500.110.20168.1151.6357.84
Hex5CCBB5370B14a8343a
Octal13431326567013242506472
Binary10111001100101110110101110111010111010010101000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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