#02B0A2

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

Shades of Persian Green #02B0A2

Tints of Persian Green #02B0A2

Color information

#02B0A2 (or 0x02B0A2) is unknown color: approx Persian Green. HEX triplet: 02, B0 and A2. RGB value is (2,176,162). Sum of RGB (Red+Green+Blue) = 2+176+162=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 176 (69.14% from 255 or 51.76% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 176 - color contains mainly: green. Hex color #02B0A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02B0A2 is #FD4F5D. Grayscale: #7A7A7A. Windows color (decimal): -16600926 or 10661890. OLE color: 10661890.

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

Color convert

RGB2176162-
CMYK0.9900.080.31
HSL175.17º97.75%34.9%-
HSV(B)175.17º98.86%69.02%-
XYZ22.0733.6739.52-
YUV122.38150.3542.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.59%
GREEN value IS 176 (69.14% from 255) = 51.76%
BLUE value IS 162 (63.67% from 255) = 47.65%
R=0.59%
G=51.76%
B=47.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal21761620.9900.080.31175.1797.7534.9
Hex2B0A263081Faf6223
Octal22602421430103725714243
Binary10101100001010001011000110100011111101011111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,176,162); }

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

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

 a { background-color: rgb(2,176,162); }

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

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

 span { border-color: rgb(2,176,162); }

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