Html Css Color HEX #0B9F89 Persian Green

📋 copy color: '#0B9F89'

red 11 ◦ green 159 ◦ blue 137

#0B9F89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #0B9F89

Tints of Persian Green #0B9F89

RGB

 RED value IS 11 (4.69% from 255) = 3.58%

 GREEN value IS 159 (62.5% from 255) = 51.79%

 BLUE value IS 137 (53.91% from 255) = 44.63%

R = 3.58%
G = 51.79%
B = 44.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#0B9F89 (or 0x0B9F89) is known color: Persian Green. HEX triplet: 0B, 9F and 89. RGB value is (11,159,137). Sum of RGB (Red+Green+Blue) = 11+159+137=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #0B9F89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9F89 is #F46076. Grayscale: #707070. Windows color (decimal): -16015479 or 9019147. OLE color: 9019147.

HSL color Cylindrical-coordinate representation of color #0B9F89: hue angle of 171.08º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9F89 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 11 159 137 -
CMYK 0.93 0 0.14 0.38
HSL 171.08º 0.87% 0.33% -
HSV(B) 171.08º 0.93% 0.62% -
XYZ 17.05 26.67 27.92 -
YUV 112.24 141.97 55.79 -
System Red Green Blue C M Y K H S L
Decimal 11 159 137 0.93 0 0.14 0.38 171.08 0.87 0.33
Hex B 9F 89 5D 0 E 26 AB 57 21
Octal 13 237 211 135 0 16 46 253 127 41
Binary 1011 10011111 10001001 1011101 0 1110 100110 10101011 1010111 100001

Color Harmonies of #0B9F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9F89

Black with #0B9F89

Text Example


Text Example

White with #0B9F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,159,137); }

 H1.HeaderClassName
 {
   color: #0B9F89;
 }
 .AnyTagClassName
 {
   color: #0B9F89;
 }
</style>

background-color css

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

 a { background-color: rgb(11,159,137); }

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

border-color css

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

 span { border-color: rgb(11,159,137); }

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