#0baa88

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

Shades of Persian Green #0BAA88

Tints of Persian Green #0BAA88

Color information

#0BAA88 (or 0x0BAA88) is unknown color: approx Persian Green. HEX triplet: 0B, AA and 88. RGB value is (11,170,136). Sum of RGB (Red+Green+Blue) = 11+170+136=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAA88 is #F45577. Grayscale: #767676. Windows color (decimal): -16012664 or 8956427. OLE color: 8956427.

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

Color convert

RGB11170136-
CMYK0.9400.200.33
HSL167.17º87.85%35.49%-
HSV(B)167.17º93.53%66.67%-
XYZ18.9630.628.2-
YUV118.58137.8251.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.47%
GREEN value IS 170 (66.80% from 255) = 53.63%
BLUE value IS 136 (53.52% from 255) = 42.90%
R=3.47%
G=53.63%
B=42.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111701360.9400.200.33167.1787.8535.49
HexBAA885E01421a75823
Octal132522101360244124713043
Binary101110101010100010001011110010100100001101001111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0baa88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,170,136); }

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

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

 a { background-color: rgb(11,170,136); }

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

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

 span { border-color: rgb(11,170,136); }

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