#0BA686

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

Shades of Persian Green #0BA686

Tints of Persian Green #0BA686

Color information

#0BA686 (or 0x0BA686) is unknown color: approx Persian Green. HEX triplet: 0B, A6 and 86. RGB value is (11,166,134). Sum of RGB (Red+Green+Blue) = 11+166+134=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA686 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA686 is #F45979. Grayscale: #737373. Windows color (decimal): -16013690 or 8824331. OLE color: 8824331.

HSL color Cylindrical-coordinate representation of color #0BA686: hue angle of 167.61º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA686 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB11166134-
CMYK0.9300.190.35
HSL167.61º87.57%34.71%-
HSV(B)167.61º93.37%65.1%-
XYZ18.0829.0627.21-
YUV116.01138.1553.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.54%
GREEN value IS 166 (65.23% from 255) = 53.38%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=3.54%
G=53.38%
B=43.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111661340.9300.190.35167.6187.5734.71
HexBA6865D01323a85823
Octal132462061350234325013043
Binary101110100110100001101011101010011100011101010001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,166,134); }

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

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

 a { background-color: rgb(11,166,134); }

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

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

 span { border-color: rgb(11,166,134); }

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