Html Css Color HEX #118E7D Observatory

📋 copy color: '#118E7D'

red 17 ◦ green 142 ◦ blue 125

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

Shades of Observatory #118E7D

Tints of Observatory #118E7D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 50%

 BLUE value IS 125 (49.22% from 255) = 44.01%

R = 5.99%
G = 50%
B = 44.01%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#118E7D (or 0x118E7D) is known color: Observatory. HEX triplet: 11, 8E and 7D. RGB value is (17,142,125). Sum of RGB (Red+Green+Blue) = 17+142+125=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #118E7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118E7D is #EE7182. Grayscale: #666666. Windows color (decimal): -15626627 or 8228369. OLE color: 8228369.

HSL color Cylindrical-coordinate representation of color #118E7D: hue angle of 171.84º 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 #118E7D is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 142 125 -
CMYK 0.88 0 0.12 0.44
HSL 171.84º 0.79% 0.31% -
HSV(B) 171.84º 0.88% 0.56% -
XYZ 13.61 20.95 22.73 -
YUV 102.69 140.59 66.88 -
System Red Green Blue C M Y K H S L
Decimal 17 142 125 0.88 0 0.12 0.44 171.84 0.79 0.31
Hex 11 8E 7D 58 0 C 2C AC 4F 1F
Octal 21 216 175 130 0 14 54 254 117 37
Binary 10001 10001110 1111101 1011000 0 1100 101100 10101100 1001111 11111

Color Harmonies of #118E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118E7D

Black with #118E7D

Text Example


Text Example

White with #118E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,142,125); }

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

background-color css

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

 a { background-color: rgb(17,142,125); }

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

border-color css

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

 span { border-color: rgb(17,142,125); }

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