#0bb39d

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

Shades of Persian Green #0BB39D

Tints of Persian Green #0BB39D

Color information

#0BB39D (or 0x0BB39D) is unknown color: approx Persian Green. HEX triplet: 0B, B3 and 9D. RGB value is (11,179,157). Sum of RGB (Red+Green+Blue) = 11+179+157=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB39D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB39D is #F44C62. Grayscale: #7E7E7E. Windows color (decimal): -16010339 or 10334987. OLE color: 10334987.

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

Color convert

RGB11179157-
CMYK0.9400.120.30
HSL172.14º88.42%37.25%-
HSV(B)172.14º93.85%70.2%-
XYZ22.3434.7537.43-
YUV126.26145.3445.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.17%
GREEN value IS 179 (70.31% from 255) = 51.59%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=3.17%
G=51.59%
B=45.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111791570.9400.120.30172.1488.4237.25
HexBB39D5E0C1Eac5825
Octal132632351360143625413045
Binary1011101100111001110110111100110011110101011001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bb39d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,179,157); }

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

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

 a { background-color: rgb(11,179,157); }

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

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

 span { border-color: rgb(11,179,157); }

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