#08BAA1

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

Shades of Caribbean Green #08BAA1

Tints of Caribbean Green #08BAA1

Color information

#08BAA1 (or 0x08BAA1) is unknown color: approx Caribbean Green. HEX triplet: 08, BA and A1. RGB value is (8,186,161). Sum of RGB (Red+Green+Blue) = 8+186+161=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #08BAA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BAA1 is #F7455E. Grayscale: #818181. Windows color (decimal): -16205151 or 10598920. OLE color: 10598920.

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

Color convert

RGB8186161-
CMYK0.9600.130.27
HSL171.57º91.75%38.04%-
HSV(B)171.57º95.7%72.94%-
XYZ24.0937.7439.73-
YUV129.93145.5341.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.25%
GREEN value IS 186 (73.05% from 255) = 52.39%
BLUE value IS 161 (63.28% from 255) = 45.35%
R=2.25%
G=52.39%
B=45.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81861610.9600.130.27171.5791.7538.04
Hex8BAA1600D1Bac5c26
Octal102722411400153325413446
Binary1000101110101010000111000000110111011101011001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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