#08BD91

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

Shades of Caribbean Green #08BD91

Tints of Caribbean Green #08BD91

Color information

#08BD91 (or 0x08BD91) is unknown color: approx Caribbean Green. HEX triplet: 08, BD and 91. RGB value is (8,189,145). Sum of RGB (Red+Green+Blue) = 8+189+145=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BD91 is #F7426E. Grayscale: #818181. Windows color (decimal): -16204399 or 9551112. OLE color: 9551112.

HSL color Cylindrical-coordinate representation of color #08BD91: hue angle of 165.41º 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 #08BD91 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB8189145-
CMYK0.9600.230.26
HSL165.41º91.88%38.63%-
HSV(B)165.41º95.77%74.12%-
XYZ23.4138.4932.98-
YUV129.86136.5341.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.34%
GREEN value IS 189 (74.22% from 255) = 55.26%
BLUE value IS 145 (57.03% from 255) = 42.40%
R=2.34%
G=55.26%
B=42.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81891450.9600.230.26165.4191.8838.63
Hex8BD91600171Aa55c27
Octal102752211400273224513447
Binary10001011110110010001110000001011111010101001011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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