#08BD97

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

Shades of Caribbean Green #08BD97

Tints of Caribbean Green #08BD97

Color information

#08BD97 (or 0x08BD97) is unknown color: approx Caribbean Green. HEX triplet: 08, BD and 97. RGB value is (8,189,151). Sum of RGB (Red+Green+Blue) = 8+189+151=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BD97 is #F74268. Grayscale: #828282. Windows color (decimal): -16204393 or 9944328. OLE color: 9944328.

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

Color convert

RGB8189151-
CMYK0.9600.200.26
HSL167.4º91.88%38.63%-
HSV(B)167.4º95.77%74.12%-
XYZ23.8838.6835.49-
YUV130.55139.5340.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.30%
GREEN value IS 189 (74.22% from 255) = 54.31%
BLUE value IS 151 (59.38% from 255) = 43.39%
R=2.30%
G=54.31%
B=43.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81891510.9600.200.26167.491.8838.63
Hex8BD97600141Aa75c27
Octal102752271400243224713447
Binary10001011110110010111110000001010011010101001111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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