Html Css Color HEX #0AABA0 Persian Green

📋 copy color: '#0AABA0'

red 10 ◦ green 171 ◦ blue 160

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

Shades of Persian Green #0AABA0

Tints of Persian Green #0AABA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.92%

R = 2.93%
G = 50.15%
B = 46.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#0AABA0 (or 0x0AABA0) is known color: Persian Green. HEX triplet: 0A, AB and A0. RGB value is (10,171,160). Sum of RGB (Red+Green+Blue) = 10+171+160=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #0AABA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AABA0 is #F5545F. Grayscale: #797979. Windows color (decimal): -16077920 or 10529546. OLE color: 10529546.

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

Color convert

RGB 10 171 160 -
CMYK 0.94 0 0.06 0.33
HSL 175.9º 0.89% 0.35% -
HSV(B) 175.9º 0.94% 0.67% -
XYZ 21.03 31.73 38.27 -
YUV 121.61 149.66 48.39 -
System Red Green Blue C M Y K H S L
Decimal 10 171 160 0.94 0 0.06 0.33 175.9 0.89 0.35
Hex A AB A0 5E 0 6 21 B0 59 23
Octal 12 253 240 136 0 6 41 260 131 43
Binary 1010 10101011 10100000 1011110 0 110 100001 10110000 1011001 100011

Color Harmonies of #0AABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AABA0

Black with #0AABA0

Text Example


Text Example

White with #0AABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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