Html Css Color HEX #0BAB9B Persian Green

📋 copy color: '#0BAB9B'

red 11 ◦ green 171 ◦ blue 155

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

Shades of Persian Green #0BAB9B

Tints of Persian Green #0BAB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.99%

R = 3.26%
G = 50.74%
B = 45.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#0BAB9B (or 0x0BAB9B) is known color: Persian Green. HEX triplet: 0B, AB and 9B. RGB value is (11,171,155). Sum of RGB (Red+Green+Blue) = 11+171+155=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAB9B is #F45464. Grayscale: #797979. Windows color (decimal): -16012389 or 10201867. OLE color: 10201867.

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

Color convert

RGB 11 171 155 -
CMYK 0.94 0 0.09 0.33
HSL 174º 0.88% 0.36% -
HSV(B) 174º 0.94% 0.67% -
XYZ 20.62 31.56 36.02 -
YUV 121.34 146.99 49.3 -
System Red Green Blue C M Y K H S L
Decimal 11 171 155 0.94 0 0.09 0.33 174 0.88 0.36
Hex B AB 9B 5E 0 9 21 AE 58 24
Octal 13 253 233 136 0 11 41 256 130 44
Binary 1011 10101011 10011011 1011110 0 1001 100001 10101110 1011000 100100

Color Harmonies of #0BAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAB9B

Black with #0BAB9B

Text Example


Text Example

White with #0BAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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