#05CC8E

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

Shades of Caribbean Green #05CC8E

Tints of Caribbean Green #05CC8E

Color information

#05CC8E (or 0x05CC8E) is unknown color: approx Caribbean Green. HEX triplet: 05, CC and 8E. RGB value is (5,204,142). Sum of RGB (Red+Green+Blue) = 5+204+142=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 204 (80.08% from 255 or 58.12% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CC8E is #FA3371. Grayscale: #898989. Windows color (decimal): -16397170 or 9358341. OLE color: 9358341.

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

Color convert

RGB5204142-
CMYK0.9800.300.2
HSL161.31º95.22%40.98%-
HSV(B)161.31º97.55%80%-
XYZ26.5445.1732.91-
YUV137.43130.5733.54-

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) = 58.12%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=1.42%
G=58.12%
B=40.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52041420.9800.300.2161.3195.2240.98
Hex5CC8E6201E14a15f29
Octal53142161420362424113751
Binary1011100110010001110110001001111010100101000011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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