Html Css Color HEX #0AAA8B Persian Green

📋 copy color: '#0AAA8B'

red 10 ◦ green 170 ◦ blue 139

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

Shades of Persian Green #0AAA8B

Tints of Persian Green #0AAA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.57%

R = 3.13%
G = 53.29%
B = 43.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#0AAA8B (or 0x0AAA8B) is known color: Persian Green. HEX triplet: 0A, AA and 8B. RGB value is (10,170,139). Sum of RGB (Red+Green+Blue) = 10+170+139=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA8B is #F55574. Grayscale: #767676. Windows color (decimal): -16078197 or 9153034. OLE color: 9153034.

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

Color convert

RGB 10 170 139 -
CMYK 0.94 0 0.18 0.33
HSL 168.38º 0.89% 0.35% -
HSV(B) 168.38º 0.94% 0.67% -
XYZ 19.16 30.68 29.34 -
YUV 118.63 139.49 50.52 -
System Red Green Blue C M Y K H S L
Decimal 10 170 139 0.94 0 0.18 0.33 168.38 0.89 0.35
Hex A AA 8B 5E 0 12 21 A8 59 23
Octal 12 252 213 136 0 22 41 250 131 43
Binary 1010 10101010 10001011 1011110 0 10010 100001 10101000 1011001 100011

Color Harmonies of #0AAA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA8B

Black with #0AAA8B

Text Example


Text Example

White with #0AAA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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