#0B9985

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

Shades of Persian Green #0B9985

Tints of Persian Green #0B9985

Color information

#0B9985 (or 0x0B9985) is unknown color: approx Persian Green. HEX triplet: 0B, 99 and 85. RGB value is (11,153,133). Sum of RGB (Red+Green+Blue) = 11+153+133=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #0B9985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9985 is #F4667A. Grayscale: #6C6C6C. Windows color (decimal): -16017019 or 8755467. OLE color: 8755467.

HSL color Cylindrical-coordinate representation of color #0B9985: hue angle of 171.55º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9985 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB11153133-
CMYK0.9300.130.4
HSL171.55º86.59%32.16%-
HSV(B)171.55º92.81%60%-
XYZ15.7624.5526.1-
YUV108.26141.9658.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.70%
GREEN value IS 153 (60.16% from 255) = 51.52%
BLUE value IS 133 (52.34% from 255) = 44.78%
R=3.70%
G=51.52%
B=44.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111531330.9300.130.4171.5586.5932.16
HexB99855D0D28ac5720
Octal132312051350155025412740
Binary10111001100110000101101110101101101000101011001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,153,133); }

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

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

 a { background-color: rgb(11,153,133); }

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

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

 span { border-color: rgb(11,153,133); }

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