#0BA4A2

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

Shades of Persian Green #0BA4A2

Tints of Persian Green #0BA4A2

Color information

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

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

Color convert

RGB11164162-
CMYK0.9300.010.36
HSL179.22º87.43%34.31%-
HSV(B)179.22º93.29%64.31%-
XYZ19.9429.2338.77-
YUV118.02152.8151.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111641620.9300.010.36179.2287.4334.31
HexBA4A25D0124b35722
Octal13244242135014426312742
Binary10111010010010100010101110101100100101100111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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