#02B5A5

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

Shades of Persian Green #02B5A5

Tints of Persian Green #02B5A5

Color information

#02B5A5 (or 0x02B5A5) is unknown color: approx Persian Green. HEX triplet: 02, B5 and A5. RGB value is (2,181,165). Sum of RGB (Red+Green+Blue) = 2+181+165=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #02B5A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B5A5 is #FD4A5A. Grayscale: #7D7D7D. Windows color (decimal): -16599643 or 10859778. OLE color: 10859778.

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

Color convert

RGB2181165-
CMYK0.9900.090.29
HSL174.64º97.81%35.88%-
HSV(B)174.64º98.9%70.98%-
XYZ23.3435.7841.27-
YUV125.66150.239.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 181 (71.09% from 255) = 52.01%
BLUE value IS 165 (64.84% from 255) = 47.41%
R=0.57%
G=52.01%
B=47.41%

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
Decimal21811650.9900.090.29174.6497.8135.88
Hex2B5A563091Daf6224
Octal22652451430113525714244
Binary10101101011010010111000110100111101101011111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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