Html Css Color HEX #11927F Observatory

📋 copy color: '#11927F'

red 17 ◦ green 146 ◦ blue 127

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

Shades of Observatory #11927F

Tints of Observatory #11927F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.79%

R = 5.86%
G = 50.34%
B = 43.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#11927F (or 0x11927F) is known color: Observatory. HEX triplet: 11, 92 and 7F. RGB value is (17,146,127). Sum of RGB (Red+Green+Blue) = 17+146+127=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #11927F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11927F is #EE6D80. Grayscale: #696969. Windows color (decimal): -15625601 or 8360465. OLE color: 8360465.

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

Color convert

RGB 17 146 127 -
CMYK 0.88 0 0.13 0.43
HSL 171.16º 0.79% 0.32% -
HSV(B) 171.16º 0.88% 0.57% -
XYZ 14.34 22.21 23.61 -
YUV 105.26 140.26 65.04 -
System Red Green Blue C M Y K H S L
Decimal 17 146 127 0.88 0 0.13 0.43 171.16 0.79 0.32
Hex 11 92 7F 58 0 D 2B AB 4F 20
Octal 21 222 177 130 0 15 53 253 117 40
Binary 10001 10010010 1111111 1011000 0 1101 101011 10101011 1001111 100000

Color Harmonies of #11927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11927F

Black with #11927F

Text Example


Text Example

White with #11927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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