#05CA90

Color #05CA90 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #05CA90

Tints of Caribbean Green #05CA90

Color information

#05CA90 (or 0x05CA90) is unknown color: approx Caribbean Green. HEX triplet: 05, CA and 90. RGB value is (5,202,144). Sum of RGB (Red+Green+Blue) = 5+202+144=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CA90 is #FA356F. Grayscale: #888888. Windows color (decimal): -16397680 or 9488901. OLE color: 9488901.

HSL color Cylindrical-coordinate representation of color #05CA90: hue angle of 162.34º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CA90 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB5202144-
CMYK0.9800.290.21
HSL162.34º95.17%40.59%-
HSV(B)162.34º97.52%79.22%-
XYZ26.2244.2933.55-
YUV136.49132.2334.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.42%
GREEN value IS 202 (79.30% from 255) = 57.55%
BLUE value IS 144 (56.64% from 255) = 41.03%
R=1.42%
G=57.55%
B=41.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52021440.9800.290.21162.3495.1740.59
Hex5CA906201D15a25f29
Octal53122201420352524213751
Binary1011100101010010000110001001110110101101000101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05CA90; }

 p { color: rgb(5,202,144); }

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

<style>
 a { background-color: #05CA90; }

 a { background-color: rgb(5,202,144); }

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

<style>
 span { border-color: #05CA90; }

 span { border-color: rgb(5,202,144); }

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