Html Css Color HEX #018E7D Observatory

📋 copy color: '#018E7D'

red 1 ◦ green 142 ◦ blue 125

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

Shades of Observatory #018E7D

Tints of Observatory #018E7D

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 142 (55.86% from 255) = 52.99%

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

R = 0.37%
G = 52.99%
B = 46.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#018E7D (or 0x018E7D) is known color: Observatory. HEX triplet: 01, 8E and 7D. RGB value is (1,142,125). Sum of RGB (Red+Green+Blue) = 1+142+125=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 142 (55.86% from 255 or 52.99% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 142 - color contains mainly: green. Hex color #018E7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E7D is #FE7182. Grayscale: #616161. Windows color (decimal): -16675203 or 8228353. OLE color: 8228353.

HSL color Cylindrical-coordinate representation of color #018E7D: hue angle of 172.77º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E7D is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 142 125 -
CMYK 0.99 0 0.12 0.44
HSL 172.77º 0.99% 0.28% -
HSV(B) 172.77º 0.99% 0.56% -
XYZ 13.39 20.83 22.72 -
YUV 97.9 143.29 58.88 -
System Red Green Blue C M Y K H S L
Decimal 1 142 125 0.99 0 0.12 0.44 172.77 0.99 0.28
Hex 1 8E 7D 63 0 C 2C AD 63 1C
Octal 1 216 175 143 0 14 54 255 143 34
Binary 1 10001110 1111101 1100011 0 1100 101100 10101101 1100011 11100

Color Harmonies of #018E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E7D

Black with #018E7D

Text Example


Text Example

White with #018E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018E7D; }

 p { color: rgb(1,142,125); }

 H1.HeaderClassName
 {
   color: #018E7D;
 }
 .AnyTagClassName
 {
   color: #018E7D;
 }
</style>

background-color css

<style>
 a { background-color: #018E7D; }

 a { background-color: rgb(1,142,125); }

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

border-color css

<style>
 span { border-color: #018E7D; }

 span { border-color: rgb(1,142,125); }

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