Html Css Color HEX #0AB199 Persian Green

📋 copy color: '#0AB199'

red 10 ◦ green 177 ◦ blue 153

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

Shades of Persian Green #0AB199

Tints of Persian Green #0AB199

RGB

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

 GREEN value IS 177 (69.53% from 255) = 52.06%

 BLUE value IS 153 (60.16% from 255) = 45%

R = 2.94%
G = 52.06%
B = 45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#0AB199 (or 0x0AB199) is known color: Persian Green. HEX triplet: 0A, B1 and 99. RGB value is (10,177,153). Sum of RGB (Red+Green+Blue) = 10+177+153=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 177 (69.53% from 255 or 52.06% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 177 - color contains mainly: green. Hex color #0AB199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AB199 is #F54E66. Grayscale: #7C7C7C. Windows color (decimal): -16076391 or 10072330. OLE color: 10072330.

HSL color Cylindrical-coordinate representation of color #0AB199: hue angle of 171.38º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB199 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 10 177 153 -
CMYK 0.94 0 0.14 0.31
HSL 171.38º 0.89% 0.37% -
HSV(B) 171.38º 0.94% 0.69% -
XYZ 21.6 33.81 35.52 -
YUV 124.33 144.17 46.45 -
System Red Green Blue C M Y K H S L
Decimal 10 177 153 0.94 0 0.14 0.31 171.38 0.89 0.37
Hex A B1 99 5E 0 E 1F AB 59 25
Octal 12 261 231 136 0 16 37 253 131 45
Binary 1010 10110001 10011001 1011110 0 1110 11111 10101011 1011001 100101

Color Harmonies of #0AB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB199

Black with #0AB199

Text Example


Text Example

White with #0AB199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,177,153); }

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

background-color css

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

 a { background-color: rgb(10,177,153); }

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

border-color css

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

 span { border-color: rgb(10,177,153); }

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