#0BA0A2

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

Shades of Persian Green #0BA0A2

Tints of Persian Green #0BA0A2

Color information

#0BA0A2 (or 0x0BA0A2) is unknown color: approx Persian Green. HEX triplet: 0B, A0 and A2. RGB value is (11,160,162). Sum of RGB (Red+Green+Blue) = 11+160+162=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 162 (63.67% from 255 or 48.65% from 333); Max value from RGB is 162 - color contains mainly: blue. Hex color #0BA0A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA0A2 is #F45F5D. Grayscale: #737373. Windows color (decimal): -16015198 or 10657803. OLE color: 10657803.

HSL color Cylindrical-coordinate representation of color #0BA0A2: hue angle of 180.79º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA0A2 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11160162-
CMYK0.930.0100.36
HSL180.79º87.28%33.92%-
HSV(B)180.79º93.21%63.53%-
XYZ19.2327.8238.54-
YUV115.68154.1453.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.30%
GREEN value IS 160 (62.89% from 255) = 48.05%
BLUE value IS 162 (63.67% from 255) = 48.65%
R=3.30%
G=48.05%
B=48.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111601620.930.0100.36180.7987.2833.92
HexBA0A25D1024b55722
Octal13240242135104426512742
Binary10111010000010100010101110110100100101101011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,160,162); }

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

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

 a { background-color: rgb(11,160,162); }

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

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

 span { border-color: rgb(11,160,162); }

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