#08BFAA

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

Shades of Caribbean Green #08BFAA

Tints of Caribbean Green #08BFAA

Color information

#08BFAA (or 0x08BFAA) is unknown color: approx Caribbean Green. HEX triplet: 08, BF and AA. RGB value is (8,191,170). Sum of RGB (Red+Green+Blue) = 8+191+170=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #08BFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BFAA is #F74055. Grayscale: #858585. Windows color (decimal): -16203862 or 11190024. OLE color: 11190024.

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

Color convert

RGB8191170-
CMYK0.9600.110.25
HSL173.11º91.96%39.02%-
HSV(B)173.11º95.81%74.9%-
XYZ25.9940.2244.42-
YUV133.89148.3738.21-

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.76%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=2.17%
G=51.76%
B=46.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81911700.9600.110.25173.1191.9639.02
Hex8BFAA600B19ad5c27
Octal102772521400133125513447
Binary1000101111111010101011000000101111001101011011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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