Html Css Color HEX #11B096 Persian Green

📋 copy color: '#11B096'

red 17 ◦ green 176 ◦ blue 150

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

Shades of Persian Green #11B096

Tints of Persian Green #11B096

RGB

 RED value IS 17 (7.03% from 255) = 4.96%

 GREEN value IS 176 (69.14% from 255) = 51.31%

 BLUE value IS 150 (58.98% from 255) = 43.73%

R = 4.96%
G = 51.31%
B = 43.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#11B096 (or 0x11B096) is known color: Persian Green. HEX triplet: 11, B0 and 96. RGB value is (17,176,150). Sum of RGB (Red+Green+Blue) = 17+176+150=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #11B096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11B096 is #EE4F69. Grayscale: #7D7D7D. Windows color (decimal): -15617898 or 9875473. OLE color: 9875473.

HSL color Cylindrical-coordinate representation of color #11B096: hue angle of 170.19º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B096 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 176 150 -
CMYK 0.90 0 0.15 0.31
HSL 170.19º 0.82% 0.38% -
HSV(B) 170.19º 0.9% 0.69% -
XYZ 21.26 33.37 34.17 -
YUV 125.5 141.82 50.61 -
System Red Green Blue C M Y K H S L
Decimal 17 176 150 0.90 0 0.15 0.31 170.19 0.82 0.38
Hex 11 B0 96 5A 0 F 1F AA 52 26
Octal 21 260 226 132 0 17 37 252 122 46
Binary 10001 10110000 10010110 1011010 0 1111 11111 10101010 1010010 100110

Color Harmonies of #11B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B096

Black with #11B096

Text Example


Text Example

White with #11B096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11B096; }

 p { color: rgb(17,176,150); }

 H1.HeaderClassName
 {
   color: #11B096;
 }
 .AnyTagClassName
 {
   color: #11B096;
 }
</style>

background-color css

<style>
 a { background-color: #11B096; }

 a { background-color: rgb(17,176,150); }

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

border-color css

<style>
 span { border-color: #11B096; }

 span { border-color: rgb(17,176,150); }

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