#02BAA0

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

Shades of Caribbean Green #02BAA0

Tints of Caribbean Green #02BAA0

Color information

#02BAA0 (or 0x02BAA0) is unknown color: approx Caribbean Green. HEX triplet: 02, BA and A0. RGB value is (2,186,160). Sum of RGB (Red+Green+Blue) = 2+186+160=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #02BAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BAA0 is #FD455F. Grayscale: #7F7F7F. Windows color (decimal): -16598368 or 10533378. OLE color: 10533378.

HSL color Cylindrical-coordinate representation of color #02BAA0: hue angle of 171.52º 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 #02BAA0 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB2186160-
CMYK0.9900.140.27
HSL171.52º97.87%36.86%-
HSV(B)171.52º98.92%72.94%-
XYZ23.9337.6739.27-
YUV128.02146.0438.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 186 (73.05% from 255) = 53.45%
BLUE value IS 160 (62.89% from 255) = 45.98%
R=0.57%
G=53.45%
B=45.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21861600.9900.140.27171.5297.8736.86
Hex2BAA0630E1Bac6225
Octal22722401430163325414245
Binary10101110101010000011000110111011011101011001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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