Html Css Color HEX #018C6E Observatory

📋 copy color: '#018C6E'

red 1 ◦ green 140 ◦ blue 110

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

Shades of Observatory #018C6E

Tints of Observatory #018C6E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 55.78%

 BLUE value IS 110 (43.36% from 255) = 43.82%

R = 0.4%
G = 55.78%
B = 43.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#018C6E (or 0x018C6E) is known color: Observatory. HEX triplet: 01, 8C and 6E. RGB value is (1,140,110). Sum of RGB (Red+Green+Blue) = 1+140+110=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 140 (55.08% from 255 or 55.78% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 140 - color contains mainly: green. Hex color #018C6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018C6E is #FE7391. Grayscale: #5E5E5E. Windows color (decimal): -16675730 or 7244801. OLE color: 7244801.

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

Color convert

RGB 1 140 110 -
CMYK 0.99 0 0.21 0.45
HSL 167.05º 0.99% 0.28% -
HSV(B) 167.05º 0.99% 0.55% -
XYZ 12.21 19.89 17.95 -
YUV 95.02 136.45 60.94 -
System Red Green Blue C M Y K H S L
Decimal 1 140 110 0.99 0 0.21 0.45 167.05 0.99 0.28
Hex 1 8C 6E 63 0 15 2D A7 63 1C
Octal 1 214 156 143 0 25 55 247 143 34
Binary 1 10001100 1101110 1100011 0 10101 101101 10100111 1100011 11100

Color Harmonies of #018C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018C6E

Black with #018C6E

Text Example


Text Example

White with #018C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,140,110); }

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

background-color css

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

 a { background-color: rgb(1,140,110); }

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

border-color css

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

 span { border-color: rgb(1,140,110); }

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