#05CE88

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

Shades of Caribbean Green #05CE88

Tints of Caribbean Green #05CE88

Color information

#05CE88 (or 0x05CE88) is unknown color: approx Caribbean Green. HEX triplet: 05, CE and 88. RGB value is (5,206,136). Sum of RGB (Red+Green+Blue) = 5+206+136=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 206 (80.86% from 255 or 59.37% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 206 - color contains mainly: green. Hex color #05CE88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CE88 is #FA3177. Grayscale: #8A8A8A. Windows color (decimal): -16396664 or 8965637. OLE color: 8965637.

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

Color convert

RGB5206136-
CMYK0.9800.340.19
HSL159.1º95.26%41.37%-
HSV(B)159.1º97.57%80.78%-
XYZ26.5845.9530.76-
YUV137.92126.9133.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.44%
GREEN value IS 206 (80.86% from 255) = 59.37%
BLUE value IS 136 (53.52% from 255) = 39.19%
R=1.44%
G=59.37%
B=39.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal52061360.9800.340.19159.195.2641.37
Hex5CE8862022139f5f29
Octal53162101420422323713751
Binary10111001110100010001100010010001010011100111111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,206,136); }

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

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

 a { background-color: rgb(5,206,136); }

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

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

 span { border-color: rgb(5,206,136); }

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