#08D996

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

Shades of Caribbean Green #08D996

Tints of Caribbean Green #08D996

Color information

#08D996 (or 0x08D996) is unknown color: approx Caribbean Green. HEX triplet: 08, D9 and 96. RGB value is (8,217,150). Sum of RGB (Red+Green+Blue) = 8+217+150=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #08D996 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08D996 is #F72669. Grayscale: #929292. Windows color (decimal): -16197226 or 9885960. OLE color: 9885960.

HSL color Cylindrical-coordinate representation of color #08D996: hue angle of 160.77º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D996 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB8217150-
CMYK0.9600.310.15
HSL160.77º92.89%44.12%-
HSV(B)160.77º96.31%85.1%-
XYZ30.4251.8837.26-
YUV146.87129.7628.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.13%
GREEN value IS 217 (85.16% from 255) = 57.87%
BLUE value IS 150 (58.98% from 255) = 40%
R=2.13%
G=57.87%
B=40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal82171500.9600.310.15160.7792.8944.12
Hex8D9966001FFa15d2c
Octal103312261400371724113554
Binary1000110110011001011011000000111111111101000011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,217,150); }

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

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

 a { background-color: rgb(8,217,150); }

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

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

 span { border-color: rgb(8,217,150); }

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