#0BA68A

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

Shades of Persian Green #0BA68A

Tints of Persian Green #0BA68A

Color information

#0BA68A (or 0x0BA68A) is unknown color: approx Persian Green. HEX triplet: 0B, A6 and 8A. RGB value is (11,166,138). Sum of RGB (Red+Green+Blue) = 11+166+138=315 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.49% from 315); Green value is 166 (65.23% from 255 or 52.70% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA68A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA68A is #F45975. Grayscale: #747474. Windows color (decimal): -16013686 or 9086475. OLE color: 9086475.

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

Color convert

RGB11166138-
CMYK0.9300.170.35
HSL169.16º87.57%34.71%-
HSV(B)169.16º93.37%65.1%-
XYZ18.3629.1828.71-
YUV116.46140.1552.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.49%
GREEN value IS 166 (65.23% from 255) = 52.70%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=3.49%
G=52.70%
B=43.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111661380.9300.170.35169.1687.5734.71
HexBA68A5D01123a95823
Octal132462121350214325113043
Binary101110100110100010101011101010001100011101010011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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