#08BA97

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

Shades of Caribbean Green #08BA97

Tints of Caribbean Green #08BA97

Color information

#08BA97 (or 0x08BA97) is unknown color: approx Caribbean Green. HEX triplet: 08, BA and 97. RGB value is (8,186,151). Sum of RGB (Red+Green+Blue) = 8+186+151=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BA97 is #F74568. Grayscale: #808080. Windows color (decimal): -16205161 or 9943560. OLE color: 9943560.

HSL color Cylindrical-coordinate representation of color #08BA97: hue angle of 168.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA97 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB8186151-
CMYK0.9600.190.27
HSL168.2º91.75%38.04%-
HSV(B)168.2º95.7%72.94%-
XYZ23.2437.435.27-
YUV128.79140.5341.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.32%
GREEN value IS 186 (73.05% from 255) = 53.91%
BLUE value IS 151 (59.38% from 255) = 43.77%
R=2.32%
G=53.91%
B=43.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81861510.9600.190.27168.291.7538.04
Hex8BA97600131Ba85c26
Octal102722271400233325013446
Binary10001011101010010111110000001001111011101010001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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