#0BABA5

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

Shades of Persian Green #0BABA5

Tints of Persian Green #0BABA5

Color information

#0BABA5 (or 0x0BABA5) is unknown color: approx Persian Green. HEX triplet: 0B, AB and A5. RGB value is (11,171,165). Sum of RGB (Red+Green+Blue) = 11+171+165=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 165 (64.84% from 255 or 47.55% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #0BABA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BABA5 is #F4545A. Grayscale: #7A7A7A. Windows color (decimal): -16012379 or 10857227. OLE color: 10857227.

HSL color Cylindrical-coordinate representation of color #0BABA5: hue angle of 177.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BABA5 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB11171165-
CMYK0.9400.040.33
HSL177.75º87.91%35.69%-
HSV(B)177.75º93.57%67.06%-
XYZ21.4931.9140.62-
YUV122.48151.9948.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.17%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 165 (64.84% from 255) = 47.55%
R=3.17%
G=49.28%
B=47.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111711650.9400.040.33177.7587.9135.69
HexBABA55E0421b25824
Octal13253245136044126213044
Binary1011101010111010010110111100100100001101100101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,171,165); }

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

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

 a { background-color: rgb(11,171,165); }

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

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

 span { border-color: rgb(11,171,165); }

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