#02B9A4

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

Shades of Caribbean Green #02B9A4

Tints of Caribbean Green #02B9A4

Color information

#02B9A4 (or 0x02B9A4) is unknown color: approx Caribbean Green. HEX triplet: 02, B9 and A4. RGB value is (2,185,164). Sum of RGB (Red+Green+Blue) = 2+185+164=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 185 (72.66% from 255 or 52.71% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 185 - color contains mainly: green. Hex color #02B9A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B9A4 is #FD465B. Grayscale: #7F7F7F. Windows color (decimal): -16598620 or 10795266. OLE color: 10795266.

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

Color convert

RGB2185164-
CMYK0.9900.110.27
HSL173.11º97.86%36.67%-
HSV(B)173.11º98.92%72.55%-
XYZ24.0737.3941.07-
YUV127.89148.3738.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 185 (72.66% from 255) = 52.71%
BLUE value IS 164 (64.45% from 255) = 46.72%
R=0.57%
G=52.71%
B=46.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21851640.9900.110.27173.1197.8636.67
Hex2B9A4630B1Bad6225
Octal22712441430133325514245
Binary10101110011010010011000110101111011101011011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,185,164); }

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

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

 a { background-color: rgb(2,185,164); }

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

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

 span { border-color: rgb(2,185,164); }

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