#0BA98B

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

Shades of Persian Green #0BA98B

Tints of Persian Green #0BA98B

Color information

#0BA98B (or 0x0BA98B) is unknown color: approx Persian Green. HEX triplet: 0B, A9 and 8B. RGB value is (11,169,139). Sum of RGB (Red+Green+Blue) = 11+169+139=319 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.45% from 319); Green value is 169 (66.41% from 255 or 52.98% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 169 - color contains mainly: green. Hex color #0BA98B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA98B is #F45674. Grayscale: #767676. Windows color (decimal): -16012917 or 9152779. OLE color: 9152779.

HSL color Cylindrical-coordinate representation of color #0BA98B: hue angle of 168.61º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA98B is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB11169139-
CMYK0.9300.180.34
HSL168.61º87.78%35.29%-
HSV(B)168.61º93.49%66.27%-
XYZ18.9930.3129.28-
YUV118.34139.6551.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.45%
GREEN value IS 169 (66.41% from 255) = 52.98%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=3.45%
G=52.98%
B=43.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal111691390.9300.180.34168.6187.7835.29
HexBA98B5D01222a95823
Octal132512131350224225113043
Binary101110101001100010111011101010010100010101010011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,169,139); }

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

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

 a { background-color: rgb(11,169,139); }

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

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

 span { border-color: rgb(11,169,139); }

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