Html Css Color HEX #0AABA2 Persian Green

📋 copy color: '#0AABA2'

red 10 ◦ green 171 ◦ blue 162

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

Shades of Persian Green #0AABA2

Tints of Persian Green #0AABA2

RGB

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

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

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

R = 2.92%
G = 49.85%
B = 47.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#0AABA2 (or 0x0AABA2) is known color: Persian Green. HEX triplet: 0A, AB and A2. RGB value is (10,171,162). Sum of RGB (Red+Green+Blue) = 10+171+162=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #0AABA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AABA2 is #F5545D. Grayscale: #797979. Windows color (decimal): -16077918 or 10660618. OLE color: 10660618.

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

Color convert

RGB 10 171 162 -
CMYK 0.94 0 0.05 0.33
HSL 176.65º 0.89% 0.35% -
HSV(B) 176.65º 0.94% 0.67% -
XYZ 21.21 31.8 39.2 -
YUV 121.84 150.66 48.23 -
System Red Green Blue C M Y K H S L
Decimal 10 171 162 0.94 0 0.05 0.33 176.65 0.89 0.35
Hex A AB A2 5E 0 5 21 B1 59 23
Octal 12 253 242 136 0 5 41 261 131 43
Binary 1010 10101011 10100010 1011110 0 101 100001 10110001 1011001 100011

Color Harmonies of #0AABA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AABA2

Black with #0AABA2

Text Example


Text Example

White with #0AABA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,171,162); }

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

background-color css

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

 a { background-color: rgb(10,171,162); }

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

border-color css

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

 span { border-color: rgb(10,171,162); }

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