#02BAAC

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

Shades of Caribbean Green #02BAAC

Tints of Caribbean Green #02BAAC

Color information

#02BAAC (or 0x02BAAC) is unknown color: approx Caribbean Green. HEX triplet: 02, BA and AC. RGB value is (2,186,172). Sum of RGB (Red+Green+Blue) = 2+186+172=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #02BAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BAAC is #FD4553. Grayscale: #818181. Windows color (decimal): -16598356 or 11319810. OLE color: 11319810.

HSL color Cylindrical-coordinate representation of color #02BAAC: hue angle of 175.43º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BAAC is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB2186172-
CMYK0.9900.080.27
HSL175.43º97.87%36.86%-
HSV(B)175.43º98.92%72.94%-
XYZ25.0338.1145.07-
YUV129.39152.0437.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 186 (73.05% from 255) = 51.67%
BLUE value IS 172 (67.58% from 255) = 47.78%
R=0.56%
G=51.67%
B=47.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21861720.9900.080.27175.4397.8736.86
Hex2BAAC63081Baf6225
Octal22722541430103325714245
Binary10101110101010110011000110100011011101011111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02BAAC; }

 p { color: rgb(2,186,172); }

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

<style>
 a { background-color: #02BAAC; }

 a { background-color: rgb(2,186,172); }

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

<style>
 span { border-color: #02BAAC; }

 span { border-color: rgb(2,186,172); }

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