#0BA6A3

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

Shades of Persian Green #0BA6A3

Tints of Persian Green #0BA6A3

Color information

#0BA6A3 (or 0x0BA6A3) is unknown color: approx Persian Green. HEX triplet: 0B, A6 and A3. RGB value is (11,166,163). Sum of RGB (Red+Green+Blue) = 11+166+163=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 163 (64.06% from 255 or 47.94% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA6A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA6A3 is #F4595C. Grayscale: #777777. Windows color (decimal): -16013661 or 10724875. OLE color: 10724875.

HSL color Cylindrical-coordinate representation of color #0BA6A3: hue angle of 178.84º 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 #0BA6A3 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB11166163-
CMYK0.9300.020.35
HSL178.84º87.57%34.71%-
HSV(B)178.84º93.37%65.1%-
XYZ20.3929.9939.36-
YUV119.31152.6550.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.24%
GREEN value IS 166 (65.23% from 255) = 48.82%
BLUE value IS 163 (64.06% from 255) = 47.94%
R=3.24%
G=48.82%
B=47.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111661630.9300.020.35178.8487.5734.71
HexBA6A35D0223b35823
Octal13246243135024326313043
Binary101110100110101000111011101010100011101100111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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