Html Css Color HEX #0AAB8B Persian Green

📋 copy color: '#0AAB8B'

red 10 ◦ green 171 ◦ blue 139

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

Shades of Persian Green #0AAB8B

Tints of Persian Green #0AAB8B

RGB

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

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

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

R = 3.13%
G = 53.44%
B = 43.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#0AAB8B (or 0x0AAB8B) is known color: Persian Green. HEX triplet: 0A, AB and 8B. RGB value is (10,171,139). Sum of RGB (Red+Green+Blue) = 10+171+139=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAB8B is #F55474. Grayscale: #777777. Windows color (decimal): -16077941 or 9153290. OLE color: 9153290.

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

Color convert

RGB 10 171 139 -
CMYK 0.94 0 0.19 0.33
HSL 168.07º 0.89% 0.35% -
HSV(B) 168.07º 0.94% 0.67% -
XYZ 19.35 31.05 29.4 -
YUV 119.21 139.16 50.1 -
System Red Green Blue C M Y K H S L
Decimal 10 171 139 0.94 0 0.19 0.33 168.07 0.89 0.35
Hex A AB 8B 5E 0 13 21 A8 59 23
Octal 12 253 213 136 0 23 41 250 131 43
Binary 1010 10101011 10001011 1011110 0 10011 100001 10101000 1011001 100011

Color Harmonies of #0AAB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAB8B

Black with #0AAB8B

Text Example


Text Example

White with #0AAB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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