Html Css Color HEX #0E9171 Observatory

📋 copy color: '#0E9171'

red 14 ◦ green 145 ◦ blue 113

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

Shades of Observatory #0E9171

Tints of Observatory #0E9171

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.31%

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 5.15%
G = 53.31%
B = 41.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#0E9171 (or 0x0E9171) is known color: Observatory. HEX triplet: 0E, 91 and 71. RGB value is (14,145,113). Sum of RGB (Red+Green+Blue) = 14+145+113=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9171 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9171 is #F16E8E. Grayscale: #666666. Windows color (decimal): -15822479 or 7442702. OLE color: 7442702.

HSL color Cylindrical-coordinate representation of color #0E9171: hue angle of 165.34º 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 #0E9171 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 145 113 -
CMYK 0.90 0 0.22 0.43
HSL 165.34º 0.82% 0.31% -
HSV(B) 165.34º 0.9% 0.57% -
XYZ 13.29 21.54 19.08 -
YUV 102.18 134.1 65.1 -
System Red Green Blue C M Y K H S L
Decimal 14 145 113 0.90 0 0.22 0.43 165.34 0.82 0.31
Hex E 91 71 5A 0 16 2B A5 52 1F
Octal 16 221 161 132 0 26 53 245 122 37
Binary 1110 10010001 1110001 1011010 0 10110 101011 10100101 1010010 11111

Color Harmonies of #0E9171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9171

Black with #0E9171

Text Example


Text Example

White with #0E9171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,145,113); }

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

background-color css

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

 a { background-color: rgb(14,145,113); }

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

border-color css

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

 span { border-color: rgb(14,145,113); }

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