Html Css Color HEX #0E8D7C Observatory

📋 copy color: '#0E8D7C'

red 14 ◦ green 141 ◦ blue 124

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

Shades of Observatory #0E8D7C

Tints of Observatory #0E8D7C

RGB

 RED value IS 14 (5.86% from 255) = 5.02%

 GREEN value IS 141 (55.47% from 255) = 50.54%

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

R = 5.02%
G = 50.54%
B = 44.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#0E8D7C (or 0x0E8D7C) is known color: Observatory. HEX triplet: 0E, 8D and 7C. RGB value is (14,141,124). Sum of RGB (Red+Green+Blue) = 14+141+124=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #0E8D7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8D7C is #F17283. Grayscale: #656565. Windows color (decimal): -15823492 or 8162574. OLE color: 8162574.

HSL color Cylindrical-coordinate representation of color #0E8D7C: hue angle of 171.97º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8D7C is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 141 124 -
CMYK 0.90 0 0.12 0.45
HSL 171.97º 0.82% 0.3% -
HSV(B) 171.97º 0.9% 0.55% -
XYZ 13.34 20.6 22.34 -
YUV 101.09 140.92 65.88 -
System Red Green Blue C M Y K H S L
Decimal 14 141 124 0.90 0 0.12 0.45 171.97 0.82 0.3
Hex E 8D 7C 5A 0 C 2D AC 52 1E
Octal 16 215 174 132 0 14 55 254 122 36
Binary 1110 10001101 1111100 1011010 0 1100 101101 10101100 1010010 11110

Color Harmonies of #0E8D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8D7C

Black with #0E8D7C

Text Example


Text Example

White with #0E8D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E8D7C; }

 p { color: rgb(14,141,124); }

 H1.HeaderClassName
 {
   color: #0E8D7C;
 }
 .AnyTagClassName
 {
   color: #0E8D7C;
 }
</style>

background-color css

<style>
 a { background-color: #0E8D7C; }

 a { background-color: rgb(14,141,124); }

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

border-color css

<style>
 span { border-color: #0E8D7C; }

 span { border-color: rgb(14,141,124); }

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