#5CCCAE

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

Shades of Medium Aquamarine #5CCCAE

Tints of Medium Aquamarine #5CCCAE

Color information

#5CCCAE (or 0x5CCCAE) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, CC and AE. RGB value is (92,204,174). Sum of RGB (Red+Green+Blue) = 92+204+174=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCCAE is #A33351. Grayscale: #A7A7A7. Windows color (decimal): -10695506 or 11455580. OLE color: 11455580.

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

Color convert

RGB92204174-
CMYK0.5500.150.2
HSL163.93º52.34%58.04%-
HSV(B)163.93º54.9%80%-
XYZ33.6548.5247.64-
YUV167.09131.8974.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.57%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=19.57%
G=43.40%
B=37.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal922041740.5500.150.2163.9352.3458.04
Hex5CCCAE370F14a4343a
Octal13431425667017242446472
Binary10111001100110010101110110111011111010010100100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,204,174); }

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

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

 a { background-color: rgb(92,204,174); }

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

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

 span { border-color: rgb(92,204,174); }

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