#05CA92

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

Shades of Caribbean Green #05CA92

Tints of Caribbean Green #05CA92

Color information

#05CA92 (or 0x05CA92) is unknown color: approx Caribbean Green. HEX triplet: 05, CA and 92. RGB value is (5,202,146). Sum of RGB (Red+Green+Blue) = 5+202+146=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CA92 is #FA356D. Grayscale: #888888. Windows color (decimal): -16397678 or 9619973. OLE color: 9619973.

HSL color Cylindrical-coordinate representation of color #05CA92: hue angle of 162.94º 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 #05CA92 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB5202146-
CMYK0.9800.280.21
HSL162.94º95.17%40.59%-
HSV(B)162.94º97.52%79.22%-
XYZ26.3744.3534.36-
YUV136.71133.2334.05-

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.22%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=1.42%
G=57.22%
B=41.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52021460.9800.280.21162.9495.1740.59
Hex5CA926201C15a35f29
Octal53122221420342524313751
Binary1011100101010010010110001001110010101101000111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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