Html Css Color HEX #0AAAA5 Persian Green

📋 copy color: '#0AAAA5'

red 10 ◦ green 170 ◦ blue 165

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

Shades of Persian Green #0AAAA5

Tints of Persian Green #0AAAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.83%

R = 2.9%
G = 49.28%
B = 47.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#0AAAA5 (or 0x0AAAA5) is known color: Persian Green. HEX triplet: 0A, AA and A5. RGB value is (10,170,165). Sum of RGB (Red+Green+Blue) = 10+170+165=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAAA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAAA5 is #F5555A. Grayscale: #797979. Windows color (decimal): -16078171 or 10856970. OLE color: 10856970.

HSL color Cylindrical-coordinate representation of color #0AAAA5: hue angle of 178.12º 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 #0AAAA5 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 170 165 -
CMYK 0.94 0 0.03 0.33
HSL 178.13º 0.89% 0.35% -
HSV(B) 178.13º 0.94% 0.67% -
XYZ 21.29 31.53 40.56 -
YUV 121.59 152.49 48.41 -
System Red Green Blue C M Y K H S L
Decimal 10 170 165 0.94 0 0.03 0.33 178.13 0.89 0.35
Hex A AA A5 5E 0 3 21 B2 59 23
Octal 12 252 245 136 0 3 41 262 131 43
Binary 1010 10101010 10100101 1011110 0 11 100001 10110010 1011001 100011

Color Harmonies of #0AAAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAAA5

Black with #0AAAA5

Text Example


Text Example

White with #0AAAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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