#0BAD9C

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

Shades of Persian Green #0BAD9C

Tints of Persian Green #0BAD9C

Color information

#0BAD9C (or 0x0BAD9C) is unknown color: approx Persian Green. HEX triplet: 0B, AD and 9C. RGB value is (11,173,156). Sum of RGB (Red+Green+Blue) = 11+173+156=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAD9C is #F45263. Grayscale: #7A7A7A. Windows color (decimal): -16011876 or 10267915. OLE color: 10267915.

HSL color Cylindrical-coordinate representation of color #0BAD9C: hue angle of 173.7º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAD9C is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB11173156-
CMYK0.9400.100.32
HSL173.7º88.04%36.08%-
HSV(B)173.7º93.64%67.84%-
XYZ21.0832.3636.59-
YUV122.62146.8348.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.24%
GREEN value IS 173 (67.97% from 255) = 50.88%
BLUE value IS 156 (61.33% from 255) = 45.88%
R=3.24%
G=50.88%
B=45.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111731560.9400.100.32173.788.0436.08
HexBAD9C5E0A20ae5824
Octal132552341360124025613044
Binary10111010110110011100101111001010100000101011101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,173,156); }

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

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

 a { background-color: rgb(11,173,156); }

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

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

 span { border-color: rgb(11,173,156); }

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