#0B9B96

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

Shades of Persian Green #0B9B96

Tints of Persian Green #0B9B96

Color information

#0B9B96 (or 0x0B9B96) is unknown color: approx Persian Green. HEX triplet: 0B, 9B and 96. RGB value is (11,155,150). Sum of RGB (Red+Green+Blue) = 11+155+150=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9B96 is #F46469. Grayscale: #6F6F6F. Windows color (decimal): -16016490 or 9870091. OLE color: 9870091.

HSL color Cylindrical-coordinate representation of color #0B9B96: hue angle of 177.92º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9B96 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB11155150-
CMYK0.9300.030.39
HSL177.92º86.75%32.55%-
HSV(B)177.92º92.9%60.78%-
XYZ17.3625.7232.9-
YUV111.37149.7956.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.48%
GREEN value IS 155 (60.94% from 255) = 49.05%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=3.48%
G=49.05%
B=47.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111551500.9300.030.39177.9286.7532.55
HexB9B965D0327b25721
Octal13233226135034726212741
Binary101110011011100101101011101011100111101100101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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