#0BB29B

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

Shades of Persian Green #0BB29B

Tints of Persian Green #0BB29B

Color information

#0BB29B (or 0x0BB29B) is unknown color: approx Persian Green. HEX triplet: 0B, B2 and 9B. RGB value is (11,178,155). Sum of RGB (Red+Green+Blue) = 11+178+155=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 178 (69.92% from 255 or 51.74% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB29B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BB29B is #F44D64. Grayscale: #7D7D7D. Windows color (decimal): -16010597 or 10203659. OLE color: 10203659.

HSL color Cylindrical-coordinate representation of color #0BB29B: hue angle of 171.74º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB29B is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB11178155-
CMYK0.9400.130.30
HSL171.74º88.36%37.06%-
HSV(B)171.74º93.82%69.8%-
XYZ21.9734.2836.47-
YUV125.44144.6746.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.20%
GREEN value IS 178 (69.92% from 255) = 51.74%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=3.20%
G=51.74%
B=45.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111781550.9400.130.30171.7488.3637.06
HexBB29B5E0D1Eac5825
Octal132622331360153625413045
Binary1011101100101001101110111100110111110101011001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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