Html Css Color HEX #118F7A Observatory

📋 copy color: '#118F7A'

red 17 ◦ green 143 ◦ blue 122

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

Shades of Observatory #118F7A

Tints of Observatory #118F7A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 50.71%

 BLUE value IS 122 (48.05% from 255) = 43.26%

R = 6.03%
G = 50.71%
B = 43.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#118F7A (or 0x118F7A) is known color: Observatory. HEX triplet: 11, 8F and 7A. RGB value is (17,143,122). Sum of RGB (Red+Green+Blue) = 17+143+122=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 143 (56.25% from 255 or 50.71% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 143 - color contains mainly: green. Hex color #118F7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118F7A is #EE7085. Grayscale: #666666. Windows color (decimal): -15626374 or 8032017. OLE color: 8032017.

HSL color Cylindrical-coordinate representation of color #118F7A: hue angle of 170º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F7A is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 143 122 -
CMYK 0.88 0 0.15 0.44
HSL 170º 0.79% 0.31% -
HSV(B) 170º 0.88% 0.56% -
XYZ 13.57 21.17 21.78 -
YUV 102.93 138.76 66.71 -
System Red Green Blue C M Y K H S L
Decimal 17 143 122 0.88 0 0.15 0.44 170 0.79 0.31
Hex 11 8F 7A 58 0 F 2C AA 4F 1F
Octal 21 217 172 130 0 17 54 252 117 37
Binary 10001 10001111 1111010 1011000 0 1111 101100 10101010 1001111 11111

Color Harmonies of #118F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F7A

Black with #118F7A

Text Example


Text Example

White with #118F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118F7A; }

 p { color: rgb(17,143,122); }

 H1.HeaderClassName
 {
   color: #118F7A;
 }
 .AnyTagClassName
 {
   color: #118F7A;
 }
</style>

background-color css

<style>
 a { background-color: #118F7A; }

 a { background-color: rgb(17,143,122); }

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

border-color css

<style>
 span { border-color: #118F7A; }

 span { border-color: rgb(17,143,122); }

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