Html Css Color HEX #06AAA2 Persian Green

📋 copy color: '#06AAA2'

red 6 ◦ green 170 ◦ blue 162

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

Shades of Persian Green #06AAA2

Tints of Persian Green #06AAA2

RGB

 RED value IS 6 (2.73% from 255) = 1.78%

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

 BLUE value IS 162 (63.67% from 255) = 47.93%

R = 1.78%
G = 50.3%
B = 47.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#06AAA2 (or 0x06AAA2) is known color: Persian Green. HEX triplet: 06, AA and A2. RGB value is (6,170,162). Sum of RGB (Red+Green+Blue) = 6+170+162=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #06AAA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AAA2 is #F9555D. Grayscale: #777777. Windows color (decimal): -16340318 or 10660358. OLE color: 10660358.

HSL color Cylindrical-coordinate representation of color #06AAA2: hue angle of 177.07º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06AAA2 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 170 162 -
CMYK 0.96 0 0.05 0.33
HSL 177.07º 0.93% 0.35% -
HSV(B) 177.07º 0.96% 0.67% -
XYZ 20.97 31.4 39.14 -
YUV 120.05 151.67 46.65 -
System Red Green Blue C M Y K H S L
Decimal 6 170 162 0.96 0 0.05 0.33 177.07 0.93 0.35
Hex 6 AA A2 60 0 5 21 B1 5D 23
Octal 6 252 242 140 0 5 41 261 135 43
Binary 110 10101010 10100010 1100000 0 101 100001 10110001 1011101 100011

Color Harmonies of #06AAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AAA2

Black with #06AAA2

Text Example


Text Example

White with #06AAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06AAA2; }

 p { color: rgb(6,170,162); }

 H1.HeaderClassName
 {
   color: #06AAA2;
 }
 .AnyTagClassName
 {
   color: #06AAA2;
 }
</style>

background-color css

<style>
 a { background-color: #06AAA2; }

 a { background-color: rgb(6,170,162); }

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

border-color css

<style>
 span { border-color: #06AAA2; }

 span { border-color: rgb(6,170,162); }

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