Html Css Color HEX #02AAAB Persian Green

📋 copy color: '#02AAAB'

red 2 ◦ green 170 ◦ blue 171

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

Shades of Persian Green #02AAAB

Tints of Persian Green #02AAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.56%

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 0.58%
G = 49.56%
B = 49.85%

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

#02AAAB (or 0x02AAAB) is known color: Persian Green. HEX triplet: 02, AA and AB. RGB value is (2,170,171). Sum of RGB (Red+Green+Blue) = 2+170+171=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #02AAAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AAAB is #FD5554. Grayscale: #777777. Windows color (decimal): -16602453 or 11250178. OLE color: 11250178.

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

Color convert

RGB 2 170 171 -
CMYK 0.99 0.01 0 0.33
HSL 180.36º 0.98% 0.34% -
HSV(B) 180.36º 0.99% 0.67% -
XYZ 21.75 31.7 43.5 -
YUV 119.88 156.84 43.92 -
System Red Green Blue C M Y K H S L
Decimal 2 170 171 0.99 0.01 0 0.33 180.36 0.98 0.34
Hex 2 AA AB 63 1 0 21 B4 62 22
Octal 2 252 253 143 1 0 41 264 142 42
Binary 10 10101010 10101011 1100011 1 0 100001 10110100 1100010 100010

Color Harmonies of #02AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AAAB

Black with #02AAAB

Text Example


Text Example

White with #02AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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