Html Css Color HEX #0AAAA6 Persian Green

📋 copy color: '#0AAAA6'

red 10 ◦ green 170 ◦ blue 166

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

Shades of Persian Green #0AAAA6

Tints of Persian Green #0AAAA6

RGB

 RED value IS 10 (4.3% from 255) = 2.89%

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

 BLUE value IS 166 (65.23% from 255) = 47.98%

R = 2.89%
G = 49.13%
B = 47.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#0AAAA6 (or 0x0AAAA6) is known color: Persian Green. HEX triplet: 0A, AA and A6. RGB value is (10,170,166). Sum of RGB (Red+Green+Blue) = 10+170+166=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAAA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAAA6 is #F55559. Grayscale: #797979. Windows color (decimal): -16078170 or 10922506. OLE color: 10922506.

HSL color Cylindrical-coordinate representation of color #0AAAA6: hue angle of 178.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAAA6 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 170 166 -
CMYK 0.94 0 0.02 0.33
HSL 178.5º 0.89% 0.35% -
HSV(B) 178.5º 0.94% 0.67% -
XYZ 21.38 31.57 41.04 -
YUV 121.7 152.99 48.33 -
System Red Green Blue C M Y K H S L
Decimal 10 170 166 0.94 0 0.02 0.33 178.5 0.89 0.35
Hex A AA A6 5E 0 2 21 B2 59 23
Octal 12 252 246 136 0 2 41 262 131 43
Binary 1010 10101010 10100110 1011110 0 10 100001 10110010 1011001 100011

Color Harmonies of #0AAAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAAA6

Black with #0AAAA6

Text Example


Text Example

White with #0AAAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AAAA6; }

 p { color: rgb(10,170,166); }

 H1.HeaderClassName
 {
   color: #0AAAA6;
 }
 .AnyTagClassName
 {
   color: #0AAAA6;
 }
</style>

background-color css

<style>
 a { background-color: #0AAAA6; }

 a { background-color: rgb(10,170,166); }

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

border-color css

<style>
 span { border-color: #0AAAA6; }

 span { border-color: rgb(10,170,166); }

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