#0BABA4

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

Shades of Persian Green #0BABA4

Tints of Persian Green #0BABA4

Color information

#0BABA4 (or 0x0BABA4) is unknown color: approx Persian Green. HEX triplet: 0B, AB and A4. RGB value is (11,171,164). Sum of RGB (Red+Green+Blue) = 11+171+164=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #0BABA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BABA4 is #F4545B. Grayscale: #7A7A7A. Windows color (decimal): -16012380 or 10791691. OLE color: 10791691.

HSL color Cylindrical-coordinate representation of color #0BABA4: hue angle of 177.38º 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 #0BABA4 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB11171164-
CMYK0.9400.040.33
HSL177.38º87.91%35.69%-
HSV(B)177.38º93.57%67.06%-
XYZ21.431.8840.15-
YUV122.36151.4948.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.18%
GREEN value IS 171 (67.19% from 255) = 49.42%
BLUE value IS 164 (64.45% from 255) = 47.40%
R=3.18%
G=49.42%
B=47.40%

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
Decimal111711640.9400.040.33177.3887.9135.69
HexBABA45E0421b15824
Octal13253244136044126113044
Binary1011101010111010010010111100100100001101100011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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