#0BA29B

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

Shades of Persian Green #0BA29B

Tints of Persian Green #0BA29B

Color information

#0BA29B (or 0x0BA29B) is unknown color: approx Persian Green. HEX triplet: 0B, A2 and 9B. RGB value is (11,162,155). Sum of RGB (Red+Green+Blue) = 11+162+155=328 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.35% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA29B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA29B is #F45D64. Grayscale: #737373. Windows color (decimal): -16014693 or 10199563. OLE color: 10199563.

HSL color Cylindrical-coordinate representation of color #0BA29B: hue angle of 177.22º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA29B is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB11162155-
CMYK0.9300.040.36
HSL177.22º87.28%33.92%-
HSV(B)177.22º93.21%63.53%-
XYZ18.9728.2835.47-
YUV116.05149.9753.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.35%
GREEN value IS 162 (63.67% from 255) = 49.39%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=3.35%
G=49.39%
B=47.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111621550.9300.040.36177.2287.2833.92
HexBA29B5D0424b15722
Octal13242233135044426112742
Binary1011101000101001101110111010100100100101100011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,162,155); }

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

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

 a { background-color: rgb(11,162,155); }

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

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

 span { border-color: rgb(11,162,155); }

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