Html Css Color HEX #0BAA99 Persian Green

📋 copy color: '#0BAA99'

red 11 ◦ green 170 ◦ blue 153

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

Shades of Persian Green #0BAA99

Tints of Persian Green #0BAA99

RGB

 RED value IS 11 (4.69% from 255) = 3.29%

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

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

R = 3.29%
G = 50.9%
B = 45.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#0BAA99 (or 0x0BAA99) is known color: Persian Green. HEX triplet: 0B, AA and 99. RGB value is (11,170,153). Sum of RGB (Red+Green+Blue) = 11+170+153=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAA99 is #F45566. Grayscale: #787878. Windows color (decimal): -16012647 or 10070539. OLE color: 10070539.

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

Color convert

RGB 11 170 153 -
CMYK 0.94 0 0.1 0.33
HSL 173.58º 0.88% 0.35% -
HSV(B) 173.58º 0.94% 0.67% -
XYZ 20.26 31.12 35.08 -
YUV 120.52 146.32 49.88 -
System Red Green Blue C M Y K H S L
Decimal 11 170 153 0.94 0 0.1 0.33 173.58 0.88 0.35
Hex B AA 99 5E 0 A 21 AE 58 23
Octal 13 252 231 136 0 12 41 256 130 43
Binary 1011 10101010 10011001 1011110 0 1010 100001 10101110 1011000 100011

Color Harmonies of #0BAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAA99

Black with #0BAA99

Text Example


Text Example

White with #0BAA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,170,153); }

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

background-color css

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

 a { background-color: rgb(11,170,153); }

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

border-color css

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

 span { border-color: rgb(11,170,153); }

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