#02B4A1

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

Shades of Persian Green #02B4A1

Tints of Persian Green #02B4A1

Color information

#02B4A1 (or 0x02B4A1) is unknown color: approx Persian Green. HEX triplet: 02, B4 and A1. RGB value is (2,180,161). Sum of RGB (Red+Green+Blue) = 2+180+161=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #02B4A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B4A1 is #FD4B5E. Grayscale: #7C7C7C. Windows color (decimal): -16599903 or 10597378. OLE color: 10597378.

HSL color Cylindrical-coordinate representation of color #02B4A1: hue angle of 173.6º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B4A1 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB2180161-
CMYK0.9900.110.29
HSL173.6º97.8%35.69%-
HSV(B)173.6º98.89%70.59%-
XYZ22.7835.2339.32-
YUV124.61148.5340.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 180 (70.70% from 255) = 52.48%
BLUE value IS 161 (63.28% from 255) = 46.94%
R=0.58%
G=52.48%
B=46.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21801610.9900.110.29173.697.835.69
Hex2B4A1630B1Dae6224
Octal22642411430133525614244
Binary10101101001010000111000110101111101101011101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,180,161); }

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

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

 a { background-color: rgb(2,180,161); }

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

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

 span { border-color: rgb(2,180,161); }

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