#0BAB91

Color #0BAB91 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0BAB91

Tints of Persian Green #0BAB91

Color information

#0BAB91 (or 0x0BAB91) is unknown color: approx Persian Green. HEX triplet: 0B, AB and 91. RGB value is (11,171,145). Sum of RGB (Red+Green+Blue) = 11+171+145=327 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.36% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAB91 is #F4546E. Grayscale: #787878. Windows color (decimal): -16012399 or 9546507. OLE color: 9546507.

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

Color convert

RGB11171145-
CMYK0.9400.150.33
HSL170.25º87.91%35.69%-
HSV(B)170.25º93.57%67.06%-
XYZ19.8131.2431.77-
YUV120.2141.9950.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.36%
GREEN value IS 171 (67.19% from 255) = 52.29%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=3.36%
G=52.29%
B=44.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111711450.9400.150.33170.2587.9135.69
HexBAB915E0F21aa5824
Octal132532211360174125213044
Binary10111010101110010001101111001111100001101010101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BAB91;
 }
 .AnyTagClassName
 {
   color: #0BAB91;
 }
</style>
background-color css

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

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

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

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

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

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