Html Css Color HEX #02ACAA Persian Green

📋 copy color: '#02ACAA'

red 2 ◦ green 172 ◦ blue 170

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

Shades of Persian Green #02ACAA

Tints of Persian Green #02ACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50%

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

R = 0.58%
G = 50%
B = 49.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#02ACAA (or 0x02ACAA) is known color: Persian Green. HEX triplet: 02, AC and AA. RGB value is (2,172,170). Sum of RGB (Red+Green+Blue) = 2+172+170=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #02ACAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02ACAA is #FD5355. Grayscale: #787878. Windows color (decimal): -16601942 or 11185154. OLE color: 11185154.

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

Color convert

RGB 2 172 170 -
CMYK 0.99 0 0.01 0.33
HSL 179.29º 0.98% 0.34% -
HSV(B) 179.29º 0.99% 0.67% -
XYZ 22.03 32.42 43.13 -
YUV 120.94 155.68 43.16 -
System Red Green Blue C M Y K H S L
Decimal 2 172 170 0.99 0 0.01 0.33 179.29 0.98 0.34
Hex 2 AC AA 63 0 1 21 B3 62 22
Octal 2 254 252 143 0 1 41 263 142 42
Binary 10 10101100 10101010 1100011 0 1 100001 10110011 1100010 100010

Color Harmonies of #02ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ACAA

Black with #02ACAA

Text Example


Text Example

White with #02ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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