#08BFA9

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

Shades of Caribbean Green #08BFA9

Tints of Caribbean Green #08BFA9

Color information

#08BFA9 (or 0x08BFA9) is unknown color: approx Caribbean Green. HEX triplet: 08, BF and A9. RGB value is (8,191,169). Sum of RGB (Red+Green+Blue) = 8+191+169=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #08BFA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BFA9 is #F74056. Grayscale: #858585. Windows color (decimal): -16203863 or 11124488. OLE color: 11124488.

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

Color convert

RGB8191169-
CMYK0.9600.120.25
HSL172.79º91.96%39.02%-
HSV(B)172.79º95.81%74.9%-
XYZ25.8940.1843.93-
YUV133.77147.8738.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.17%
GREEN value IS 191 (75% from 255) = 51.90%
BLUE value IS 169 (66.41% from 255) = 45.92%
R=2.17%
G=51.90%
B=45.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81911690.9600.120.25172.7991.9639.02
Hex8BFA9600C19ad5c27
Octal102772511400143125513447
Binary1000101111111010100111000000110011001101011011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,191,169); }

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

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

 a { background-color: rgb(8,191,169); }

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

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

 span { border-color: rgb(8,191,169); }

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