#08BD96

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

Shades of Caribbean Green #08BD96

Tints of Caribbean Green #08BD96

Color information

#08BD96 (or 0x08BD96) is unknown color: approx Caribbean Green. HEX triplet: 08, BD and 96. RGB value is (8,189,150). Sum of RGB (Red+Green+Blue) = 8+189+150=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BD96 is #F74269. Grayscale: #828282. Windows color (decimal): -16204394 or 9878792. OLE color: 9878792.

HSL color Cylindrical-coordinate representation of color #08BD96: hue angle of 167.07º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD96 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB8189150-
CMYK0.9600.210.26
HSL167.07º91.88%38.63%-
HSV(B)167.07º95.77%74.12%-
XYZ23.838.6535.06-
YUV130.44139.0340.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.31%
GREEN value IS 189 (74.22% from 255) = 54.47%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=2.31%
G=54.47%
B=43.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81891500.9600.210.26167.0791.8838.63
Hex8BD96600151Aa75c27
Octal102752261400253224713447
Binary10001011110110010110110000001010111010101001111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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