#5CCAA4

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

Shades of Medium Aquamarine #5CCAA4

Tints of Medium Aquamarine #5CCAA4

Color information

#5CCAA4 (or 0x5CCAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, CA and A4. RGB value is (92,202,164). Sum of RGB (Red+Green+Blue) = 92+202+164=458 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.09% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCAA4 is #A3355B. Grayscale: #A4A4A4. Windows color (decimal): -10696028 or 10799708. OLE color: 10799708.

HSL color Cylindrical-coordinate representation of color #5CCAA4: hue angle of 159.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CCAA4 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB92202164-
CMYK0.5400.190.21
HSL159.27º50.93%57.65%-
HSV(B)159.27º54.46%79.22%-
XYZ32.2447.242.53-
YUV164.78127.5676.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.09%
GREEN value IS 202 (79.30% from 255) = 44.10%
BLUE value IS 164 (64.45% from 255) = 35.81%
R=20.09%
G=44.10%
B=35.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal922021640.5400.190.21159.2750.9357.65
Hex5CCAA436013159f333a
Octal13431224466023252376372
Binary101110011001010101001001101100100111010110011111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,202,164); }

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

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

 a { background-color: rgb(92,202,164); }

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

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

 span { border-color: rgb(92,202,164); }

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