#0BA4A1

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

Shades of Persian Green #0BA4A1

Tints of Persian Green #0BA4A1

Color information

#0BA4A1 (or 0x0BA4A1) is unknown color: approx Persian Green. HEX triplet: 0B, A4 and A1. RGB value is (11,164,161). Sum of RGB (Red+Green+Blue) = 11+164+161=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #0BA4A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA4A1 is #F45B5E. Grayscale: #757575. Windows color (decimal): -16014175 or 10593291. OLE color: 10593291.

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

Color convert

RGB11164161-
CMYK0.9300.020.36
HSL178.82º87.43%34.31%-
HSV(B)178.82º93.29%64.31%-
XYZ19.8529.238.31-
YUV117.91152.3151.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.27%
GREEN value IS 164 (64.45% from 255) = 48.81%
BLUE value IS 161 (63.28% from 255) = 47.92%
R=3.27%
G=48.81%
B=47.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111641610.9300.020.36178.8287.4334.31
HexBA4A15D0224b35722
Octal13244241135024426312742
Binary101110100100101000011011101010100100101100111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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