Html Css Color HEX #11927C Observatory

📋 copy color: '#11927C'

red 17 ◦ green 146 ◦ blue 124

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

Shades of Observatory #11927C

Tints of Observatory #11927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.87%

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

R = 5.92%
G = 50.87%
B = 43.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#11927C (or 0x11927C) is known color: Observatory. HEX triplet: 11, 92 and 7C. RGB value is (17,146,124). Sum of RGB (Red+Green+Blue) = 17+146+124=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #11927C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11927C is #EE6D83. Grayscale: #686868. Windows color (decimal): -15625604 or 8163857. OLE color: 8163857.

HSL color Cylindrical-coordinate representation of color #11927C: hue angle of 169.77º 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 #11927C is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 146 124 -
CMYK 0.88 0 0.15 0.43
HSL 169.77º 0.79% 0.32% -
HSV(B) 169.77º 0.88% 0.57% -
XYZ 14.15 22.13 22.6 -
YUV 104.92 138.76 65.29 -
System Red Green Blue C M Y K H S L
Decimal 17 146 124 0.88 0 0.15 0.43 169.77 0.79 0.32
Hex 11 92 7C 58 0 F 2B AA 4F 20
Octal 21 222 174 130 0 17 53 252 117 40
Binary 10001 10010010 1111100 1011000 0 1111 101011 10101010 1001111 100000

Color Harmonies of #11927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11927C

Black with #11927C

Text Example


Text Example

White with #11927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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