Html Css Color HEX #11917C Observatory

📋 copy color: '#11917C'

red 17 ◦ green 145 ◦ blue 124

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

Shades of Observatory #11917C

Tints of Observatory #11917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.7%

 BLUE value IS 124 (48.83% from 255) = 43.36%

R = 5.94%
G = 50.7%
B = 43.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#11917C (or 0x11917C) is known color: Observatory. HEX triplet: 11, 91 and 7C. RGB value is (17,145,124). Sum of RGB (Red+Green+Blue) = 17+145+124=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #11917C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11917C is #EE6E83. Grayscale: #686868. Windows color (decimal): -15625860 or 8163601. OLE color: 8163601.

HSL color Cylindrical-coordinate representation of color #11917C: hue angle of 170.16º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11917C is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 145 124 -
CMYK 0.88 0 0.14 0.43
HSL 170.16º 0.79% 0.32% -
HSV(B) 170.16º 0.88% 0.57% -
XYZ 13.99 21.83 22.54 -
YUV 104.33 139.09 65.71 -
System Red Green Blue C M Y K H S L
Decimal 17 145 124 0.88 0 0.14 0.43 170.16 0.79 0.32
Hex 11 91 7C 58 0 E 2B AA 4F 20
Octal 21 221 174 130 0 16 53 252 117 40
Binary 10001 10010001 1111100 1011000 0 1110 101011 10101010 1001111 100000

Color Harmonies of #11917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11917C

Black with #11917C

Text Example


Text Example

White with #11917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11917C; }

 p { color: rgb(17,145,124); }

 H1.HeaderClassName
 {
   color: #11917C;
 }
 .AnyTagClassName
 {
   color: #11917C;
 }
</style>

background-color css

<style>
 a { background-color: #11917C; }

 a { background-color: rgb(17,145,124); }

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

border-color css

<style>
 span { border-color: #11917C; }

 span { border-color: rgb(17,145,124); }

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