#08C88B

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

Shades of Caribbean Green #08C88B

Tints of Caribbean Green #08C88B

Color information

#08C88B (or 0x08C88B) is unknown color: approx Caribbean Green. HEX triplet: 08, C8 and 8B. RGB value is (8,200,139). Sum of RGB (Red+Green+Blue) = 8+200+139=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 200 (78.52% from 255 or 57.64% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 200 - color contains mainly: green. Hex color #08C88B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C88B is #F73774. Grayscale: #878787. Windows color (decimal): -16201589 or 9160712. OLE color: 9160712.

HSL color Cylindrical-coordinate representation of color #08C88B: hue angle of 160.94º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C88B is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB8200139-
CMYK0.9600.300.22
HSL160.94º92.31%40.78%-
HSV(B)160.94º96%78.43%-
XYZ25.4143.2231.43-
YUV135.64129.8936.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.31%
GREEN value IS 200 (78.52% from 255) = 57.64%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=2.31%
G=57.64%
B=40.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82001390.9600.300.22160.9492.3140.78
Hex8C88B6001E16a15c29
Octal103102131400362624113451
Binary10001100100010001011110000001111010110101000011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08C88B; }

 p { color: rgb(8,200,139); }

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

<style>
 a { background-color: #08C88B; }

 a { background-color: rgb(8,200,139); }

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

<style>
 span { border-color: #08C88B; }

 span { border-color: rgb(8,200,139); }

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