Html Css Color HEX #0E9373 Observatory

📋 copy color: '#0E9373'

red 14 ◦ green 147 ◦ blue 115

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

Shades of Observatory #0E9373

Tints of Observatory #0E9373

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.26%

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 5.07%
G = 53.26%
B = 41.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#0E9373 (or 0x0E9373) is known color: Observatory. HEX triplet: 0E, 93 and 73. RGB value is (14,147,115). Sum of RGB (Red+Green+Blue) = 14+147+115=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9373 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9373 is #F16C8C. Grayscale: #676767. Windows color (decimal): -15821965 or 7574286. OLE color: 7574286.

HSL color Cylindrical-coordinate representation of color #0E9373: hue angle of 165.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9373 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 147 115 -
CMYK 0.90 0 0.22 0.42
HSL 165.56º 0.83% 0.32% -
HSV(B) 165.56º 0.9% 0.58% -
XYZ 13.71 22.2 19.78 -
YUV 103.59 134.44 64.1 -
System Red Green Blue C M Y K H S L
Decimal 14 147 115 0.90 0 0.22 0.42 165.56 0.83 0.32
Hex E 93 73 5A 0 16 2A A6 53 20
Octal 16 223 163 132 0 26 52 246 123 40
Binary 1110 10010011 1110011 1011010 0 10110 101010 10100110 1010011 100000

Color Harmonies of #0E9373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9373

Black with #0E9373

Text Example


Text Example

White with #0E9373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,147,115); }

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

background-color css

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

 a { background-color: rgb(14,147,115); }

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

border-color css

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

 span { border-color: rgb(14,147,115); }

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