Html Css Color HEX #0E907D Observatory

📋 copy color: '#0E907D'

red 14 ◦ green 144 ◦ blue 125

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

Shades of Observatory #0E907D

Tints of Observatory #0E907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.88%

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

R = 4.95%
G = 50.88%
B = 44.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#0E907D (or 0x0E907D) is known color: Observatory. HEX triplet: 0E, 90 and 7D. RGB value is (14,144,125). Sum of RGB (Red+Green+Blue) = 14+144+125=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #0E907D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E907D is #F16F82. Grayscale: #666666. Windows color (decimal): -15822723 or 8228878. OLE color: 8228878.

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

Color convert

RGB 14 144 125 -
CMYK 0.90 0 0.13 0.44
HSL 171.23º 0.82% 0.31% -
HSV(B) 171.23º 0.9% 0.56% -
XYZ 13.86 21.52 22.83 -
YUV 102.96 140.43 64.54 -
System Red Green Blue C M Y K H S L
Decimal 14 144 125 0.90 0 0.13 0.44 171.23 0.82 0.31
Hex E 90 7D 5A 0 D 2C AB 52 1F
Octal 16 220 175 132 0 15 54 253 122 37
Binary 1110 10010000 1111101 1011010 0 1101 101100 10101011 1010010 11111

Color Harmonies of #0E907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E907D

Black with #0E907D

Text Example


Text Example

White with #0E907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,144,125); }

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

background-color css

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

 a { background-color: rgb(14,144,125); }

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

border-color css

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

 span { border-color: rgb(14,144,125); }

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