#08BFA2

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

Shades of Caribbean Green #08BFA2

Tints of Caribbean Green #08BFA2

Color information

#08BFA2 (or 0x08BFA2) is unknown color: approx Caribbean Green. HEX triplet: 08, BF and A2. RGB value is (8,191,162). Sum of RGB (Red+Green+Blue) = 8+191+162=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #08BFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BFA2 is #F7405D. Grayscale: #848484. Windows color (decimal): -16203870 or 10665736. OLE color: 10665736.

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

Color convert

RGB8191162-
CMYK0.9600.150.25
HSL170.49º91.96%39.02%-
HSV(B)170.49º95.81%74.9%-
XYZ25.2539.9240.56-
YUV132.98144.3738.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.22%
GREEN value IS 191 (75% from 255) = 52.91%
BLUE value IS 162 (63.67% from 255) = 44.88%
R=2.22%
G=52.91%
B=44.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81911620.9600.150.25170.4991.9639.02
Hex8BFA2600F19aa5c27
Octal102772421400173125213447
Binary1000101111111010001011000000111111001101010101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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