#02B5A4

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

Shades of Persian Green #02B5A4

Tints of Persian Green #02B5A4

Color information

#02B5A4 (or 0x02B5A4) is unknown color: approx Persian Green. HEX triplet: 02, B5 and A4. RGB value is (2,181,164). Sum of RGB (Red+Green+Blue) = 2+181+164=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #02B5A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B5A4 is #FD4A5B. Grayscale: #7D7D7D. Windows color (decimal): -16599644 or 10794242. OLE color: 10794242.

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

Color convert

RGB2181164-
CMYK0.9900.090.29
HSL174.3º97.81%35.88%-
HSV(B)174.3º98.9%70.98%-
XYZ23.2535.7440.8-
YUV125.54149.739.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 181 (71.09% from 255) = 52.16%
BLUE value IS 164 (64.45% from 255) = 47.26%
R=0.58%
G=52.16%
B=47.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21811640.9900.090.29174.397.8135.88
Hex2B5A463091Dae6224
Octal22652441430113525614244
Binary10101101011010010011000110100111101101011101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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