Html Css Color HEX #02A08F Persian Green

📋 copy color: '#02A08F'

red 2 ◦ green 160 ◦ blue 143

#02A08F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #02A08F

Tints of Persian Green #02A08F

RGB

 RED value IS 2 (1.17% from 255) = 0.66%

 GREEN value IS 160 (62.89% from 255) = 52.46%

 BLUE value IS 143 (56.25% from 255) = 46.89%

R = 0.66%
G = 52.46%
B = 46.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#02A08F (or 0x02A08F) is known color: Persian Green. HEX triplet: 02, A0 and 8F. RGB value is (2,160,143). Sum of RGB (Red+Green+Blue) = 2+160+143=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #02A08F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A08F is #FD5F70. Grayscale: #6E6E6E. Windows color (decimal): -16605041 or 9412610. OLE color: 9412610.

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

Color convert

RGB 2 160 143 -
CMYK 0.99 0 0.11 0.37
HSL 173.54º 0.98% 0.32% -
HSV(B) 173.54º 0.99% 0.63% -
XYZ 17.55 27.14 30.3 -
YUV 110.82 146.15 50.38 -
System Red Green Blue C M Y K H S L
Decimal 2 160 143 0.99 0 0.11 0.37 173.54 0.98 0.32
Hex 2 A0 8F 63 0 B 25 AE 62 20
Octal 2 240 217 143 0 13 45 256 142 40
Binary 10 10100000 10001111 1100011 0 1011 100101 10101110 1100010 100000

Color Harmonies of #02A08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A08F

Black with #02A08F

Text Example


Text Example

White with #02A08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,160,143); }

 H1.HeaderClassName
 {
   color: #02A08F;
 }
 .AnyTagClassName
 {
   color: #02A08F;
 }
</style>

background-color css

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

 a { background-color: rgb(2,160,143); }

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

border-color css

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

 span { border-color: rgb(2,160,143); }

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