Html Css Color HEX #0B9897 Persian Green

📋 copy color: '#0B9897'

red 11 ◦ green 152 ◦ blue 151

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

Shades of Persian Green #0B9897

Tints of Persian Green #0B9897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.41%

 BLUE value IS 151 (59.38% from 255) = 48.09%

R = 3.5%
G = 48.41%
B = 48.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#0B9897 (or 0x0B9897) is known color: Persian Green. HEX triplet: 0B, 98 and 97. RGB value is (11,152,151). Sum of RGB (Red+Green+Blue) = 11+152+151=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #0B9897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9897 is #F46768. Grayscale: #6D6D6D. Windows color (decimal): -16017257 or 9934859. OLE color: 9934859.

HSL color Cylindrical-coordinate representation of color #0B9897: hue angle of 179.57º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9897 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 11 152 151 -
CMYK 0.93 0 0.01 0.40
HSL 179.57º 0.87% 0.32% -
HSV(B) 179.57º 0.93% 0.6% -
XYZ 16.95 24.76 33.16 -
YUV 109.73 151.29 57.58 -
System Red Green Blue C M Y K H S L
Decimal 11 152 151 0.93 0 0.01 0.40 179.57 0.87 0.32
Hex B 98 97 5D 0 1 28 B4 57 20
Octal 13 230 227 135 0 1 50 264 127 40
Binary 1011 10011000 10010111 1011101 0 1 101000 10110100 1010111 100000

Color Harmonies of #0B9897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9897

Black with #0B9897

Text Example


Text Example

White with #0B9897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,152,151); }

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

background-color css

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

 a { background-color: rgb(11,152,151); }

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

border-color css

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

 span { border-color: rgb(11,152,151); }

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