#0BB19E

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

Shades of Persian Green #0BB19E

Tints of Persian Green #0BB19E

Color information

#0BB19E (or 0x0BB19E) is unknown color: approx Persian Green. HEX triplet: 0B, B1 and 9E. RGB value is (11,177,158). Sum of RGB (Red+Green+Blue) = 11+177+158=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB19E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB19E is #F44E61. Grayscale: #7D7D7D. Windows color (decimal): -16010850 or 10400011. OLE color: 10400011.

HSL color Cylindrical-coordinate representation of color #0BB19E: hue angle of 173.13º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB19E is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB11177158-
CMYK0.9400.110.31
HSL173.13º88.3%36.86%-
HSV(B)173.13º93.79%69.41%-
XYZ22.0333.9837.75-
YUV125.2146.546.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.18%
GREEN value IS 177 (69.53% from 255) = 51.16%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=3.18%
G=51.16%
B=45.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111771580.9400.110.31173.1388.336.86
HexBB19E5E0B1Fad5825
Octal132612361360133725513045
Binary1011101100011001111010111100101111111101011011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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