#0BA2A4

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

Shades of Persian Green #0BA2A4

Tints of Persian Green #0BA2A4

Color information

#0BA2A4 (or 0x0BA2A4) is unknown color: approx Persian Green. HEX triplet: 0B, A2 and A4. RGB value is (11,162,164). Sum of RGB (Red+Green+Blue) = 11+162+164=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #0BA2A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA2A4 is #F45D5B. Grayscale: #747474. Windows color (decimal): -16014684 or 10789387. OLE color: 10789387.

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

Color convert

RGB11162164-
CMYK0.930.0100.36
HSL180.78º87.43%34.31%-
HSV(B)180.78º93.29%64.31%-
XYZ19.7628.5939.6-
YUV117.08154.4752.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.26%
GREEN value IS 162 (63.67% from 255) = 48.07%
BLUE value IS 164 (64.45% from 255) = 48.66%
R=3.26%
G=48.07%
B=48.66%

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
Decimal111621640.930.0100.36180.7887.4334.31
HexBA2A45D1024b55722
Octal13242244135104426512742
Binary10111010001010100100101110110100100101101011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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