Html Css Color HEX #018E6F Observatory

📋 copy color: '#018E6F'

red 1 ◦ green 142 ◦ blue 111

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

Shades of Observatory #018E6F

Tints of Observatory #018E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.7%

R = 0.39%
G = 55.91%
B = 43.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#018E6F (or 0x018E6F) is known color: Observatory. HEX triplet: 01, 8E and 6F. RGB value is (1,142,111). Sum of RGB (Red+Green+Blue) = 1+142+111=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #018E6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E6F is #FE7190. Grayscale: #606060. Windows color (decimal): -16675217 or 7310849. OLE color: 7310849.

HSL color Cylindrical-coordinate representation of color #018E6F: hue angle of 166.81º 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 #018E6F is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 142 111 -
CMYK 0.99 0 0.22 0.44
HSL 166.81º 0.99% 0.28% -
HSV(B) 166.81º 0.99% 0.56% -
XYZ 12.55 20.5 18.33 -
YUV 96.31 136.29 60.02 -
System Red Green Blue C M Y K H S L
Decimal 1 142 111 0.99 0 0.22 0.44 166.81 0.99 0.28
Hex 1 8E 6F 63 0 16 2C A7 63 1C
Octal 1 216 157 143 0 26 54 247 143 34
Binary 1 10001110 1101111 1100011 0 10110 101100 10100111 1100011 11100

Color Harmonies of #018E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E6F

Black with #018E6F

Text Example


Text Example

White with #018E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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