#05CC90

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

Shades of Caribbean Green #05CC90

Tints of Caribbean Green #05CC90

Color information

#05CC90 (or 0x05CC90) is unknown color: approx Caribbean Green. HEX triplet: 05, CC and 90. RGB value is (5,204,144). Sum of RGB (Red+Green+Blue) = 5+204+144=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CC90 is #FA336F. Grayscale: #898989. Windows color (decimal): -16397168 or 9489413. OLE color: 9489413.

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

Color convert

RGB5204144-
CMYK0.9800.290.2
HSL161.91º95.22%40.98%-
HSV(B)161.91º97.55%80%-
XYZ26.6945.2333.71-
YUV137.66131.5733.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.42%
GREEN value IS 204 (80.08% from 255) = 57.79%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=1.42%
G=57.79%
B=40.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52041440.9800.290.2161.9195.2240.98
Hex5CC906201D14a25f29
Octal53142201420352424213751
Binary1011100110010010000110001001110110100101000101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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