Html Css Color HEX #0BAB9E Persian Green

📋 copy color: '#0BAB9E'

red 11 ◦ green 171 ◦ blue 158

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

Shades of Persian Green #0BAB9E

Tints of Persian Green #0BAB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.47%

R = 3.24%
G = 50.29%
B = 46.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#0BAB9E (or 0x0BAB9E) is known color: Persian Green. HEX triplet: 0B, AB and 9E. RGB value is (11,171,158). Sum of RGB (Red+Green+Blue) = 11+171+158=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAB9E is #F45461. Grayscale: #797979. Windows color (decimal): -16012386 or 10398475. OLE color: 10398475.

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

Color convert

RGB 11 171 158 -
CMYK 0.94 0 0.08 0.33
HSL 175.13º 0.88% 0.36% -
HSV(B) 175.13º 0.94% 0.67% -
XYZ 20.87 31.67 37.36 -
YUV 121.68 148.49 49.06 -
System Red Green Blue C M Y K H S L
Decimal 11 171 158 0.94 0 0.08 0.33 175.13 0.88 0.36
Hex B AB 9E 5E 0 8 21 AF 58 24
Octal 13 253 236 136 0 10 41 257 130 44
Binary 1011 10101011 10011110 1011110 0 1000 100001 10101111 1011000 100100

Color Harmonies of #0BAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAB9E

Black with #0BAB9E

Text Example


Text Example

White with #0BAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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