Html Css Color HEX #0B9E9C Persian Green

📋 copy color: '#0B9E9C'

red 11 ◦ green 158 ◦ blue 156

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

Shades of Persian Green #0B9E9C

Tints of Persian Green #0B9E9C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.62%

 BLUE value IS 156 (61.33% from 255) = 48%

R = 3.38%
G = 48.62%
B = 48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#0B9E9C (or 0x0B9E9C) is known color: Persian Green. HEX triplet: 0B, 9E and 9C. RGB value is (11,158,156). Sum of RGB (Red+Green+Blue) = 11+158+156=325 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.38% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9E9C is #F46163. Grayscale: #717171. Windows color (decimal): -16015716 or 10264075. OLE color: 10264075.

HSL color Cylindrical-coordinate representation of color #0B9E9C: hue angle of 179.18º 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 #0B9E9C is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 11 158 156 -
CMYK 0.93 0 0.01 0.38
HSL 179.18º 0.87% 0.33% -
HSV(B) 179.18º 0.93% 0.62% -
XYZ 18.37 26.93 35.68 -
YUV 113.82 151.8 54.66 -
System Red Green Blue C M Y K H S L
Decimal 11 158 156 0.93 0 0.01 0.38 179.18 0.87 0.33
Hex B 9E 9C 5D 0 1 26 B3 57 21
Octal 13 236 234 135 0 1 46 263 127 41
Binary 1011 10011110 10011100 1011101 0 1 100110 10110011 1010111 100001

Color Harmonies of #0B9E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9E9C

Black with #0B9E9C

Text Example


Text Example

White with #0B9E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,158,156); }

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

background-color css

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

 a { background-color: rgb(11,158,156); }

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

border-color css

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

 span { border-color: rgb(11,158,156); }

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