Html Css Color HEX #02A8AA Persian Green

📋 copy color: '#02A8AA'

red 2 ◦ green 168 ◦ blue 170

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

Shades of Persian Green #02A8AA

Tints of Persian Green #02A8AA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.41%

 BLUE value IS 170 (66.8% from 255) = 50%

R = 0.59%
G = 49.41%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#02A8AA (or 0x02A8AA) is known color: Persian Green. HEX triplet: 02, A8 and AA. RGB value is (2,168,170). Sum of RGB (Red+Green+Blue) = 2+168+170=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #02A8AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A8AA is #FD5755. Grayscale: #767676. Windows color (decimal): -16602966 or 11184130. OLE color: 11184130.

HSL color Cylindrical-coordinate representation of color #02A8AA: hue angle of 180.71º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A8AA is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 168 170 -
CMYK 0.99 0.01 0 0.33
HSL 180.71º 0.98% 0.34% -
HSV(B) 180.71º 0.99% 0.67% -
XYZ 21.28 30.92 42.88 -
YUV 118.59 157 44.84 -
System Red Green Blue C M Y K H S L
Decimal 2 168 170 0.99 0.01 0 0.33 180.71 0.98 0.34
Hex 2 A8 AA 63 1 0 21 B5 62 22
Octal 2 250 252 143 1 0 41 265 142 42
Binary 10 10101000 10101010 1100011 1 0 100001 10110101 1100010 100010

Color Harmonies of #02A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A8AA

Black with #02A8AA

Text Example


Text Example

White with #02A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,168,170); }

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

background-color css

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

 a { background-color: rgb(2,168,170); }

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

border-color css

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

 span { border-color: rgb(2,168,170); }

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