Html Css Color HEX #0BAB89 Persian Green

📋 copy color: '#0BAB89'

red 11 ◦ green 171 ◦ blue 137

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

Shades of Persian Green #0BAB89

Tints of Persian Green #0BAB89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.95%

R = 3.45%
G = 53.61%
B = 42.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#0BAB89 (or 0x0BAB89) is known color: Persian Green. HEX triplet: 0B, AB and 89. RGB value is (11,171,137). Sum of RGB (Red+Green+Blue) = 11+171+137=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAB89 is #F45476. Grayscale: #777777. Windows color (decimal): -16012407 or 9022219. OLE color: 9022219.

HSL color Cylindrical-coordinate representation of color #0BAB89: hue angle of 167.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAB89 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 171 137 -
CMYK 0.94 0 0.20 0.33
HSL 167.25º 0.88% 0.36% -
HSV(B) 167.25º 0.94% 0.67% -
XYZ 19.22 31 28.64 -
YUV 119.28 137.99 50.76 -
System Red Green Blue C M Y K H S L
Decimal 11 171 137 0.94 0 0.20 0.33 167.25 0.88 0.36
Hex B AB 89 5E 0 14 21 A7 58 24
Octal 13 253 211 136 0 24 41 247 130 44
Binary 1011 10101011 10001001 1011110 0 10100 100001 10100111 1011000 100100

Color Harmonies of #0BAB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAB89

Black with #0BAB89

Text Example


Text Example

White with #0BAB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,171,137); }

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

background-color css

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

 a { background-color: rgb(11,171,137); }

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

border-color css

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

 span { border-color: rgb(11,171,137); }

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