Html Css Color HEX #0E927C Observatory

📋 copy color: '#0E927C'

red 14 ◦ green 146 ◦ blue 124

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

Shades of Observatory #0E927C

Tints of Observatory #0E927C

RGB

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

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

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

R = 4.93%
G = 51.41%
B = 43.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#0E927C (or 0x0E927C) is known color: Observatory. HEX triplet: 0E, 92 and 7C. RGB value is (14,146,124). Sum of RGB (Red+Green+Blue) = 14+146+124=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #0E927C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E927C is #F16D83. Grayscale: #676767. Windows color (decimal): -15822212 or 8163854. OLE color: 8163854.

HSL color Cylindrical-coordinate representation of color #0E927C: hue angle of 170º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E927C is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 146 124 -
CMYK 0.90 0 0.15 0.43
HSL 170º 0.83% 0.31% -
HSV(B) 170º 0.9% 0.57% -
XYZ 14.1 22.11 22.59 -
YUV 104.02 139.27 63.79 -
System Red Green Blue C M Y K H S L
Decimal 14 146 124 0.90 0 0.15 0.43 170 0.83 0.31
Hex E 92 7C 5A 0 F 2B AA 52 1F
Octal 16 222 174 132 0 17 53 252 122 37
Binary 1110 10010010 1111100 1011010 0 1111 101011 10101010 1010010 11111

Color Harmonies of #0E927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E927C

Black with #0E927C

Text Example


Text Example

White with #0E927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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