#5CCCAF

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

Shades of Medium Aquamarine #5CCCAF

Tints of Medium Aquamarine #5CCCAF

Color information

#5CCCAF (or 0x5CCCAF) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, CC and AF. RGB value is (92,204,175). Sum of RGB (Red+Green+Blue) = 92+204+175=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCCAF is #A33350. Grayscale: #A7A7A7. Windows color (decimal): -10695505 or 11521116. OLE color: 11521116.

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

Color convert

RGB92204175-
CMYK0.5500.140.2
HSL164.46º52.34%58.04%-
HSV(B)164.46º54.9%80%-
XYZ33.7448.5648.15-
YUV167.21132.3974.36-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.53%
GREEN value IS 204 (80.08% from 255) = 43.31%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=19.53%
G=43.31%
B=37.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal922041750.5500.140.2164.4652.3458.04
Hex5CCCAF370E14a4343a
Octal13431425767016242446472
Binary10111001100110010101111110111011101010010100100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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