Html Css Color HEX #018A6E Observatory

📋 copy color: '#018A6E'

red 1 ◦ green 138 ◦ blue 110

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

Shades of Observatory #018A6E

Tints of Observatory #018A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 55.42%

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

R = 0.4%
G = 55.42%
B = 44.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#018A6E (or 0x018A6E) is known color: Observatory. HEX triplet: 01, 8A and 6E. RGB value is (1,138,110). Sum of RGB (Red+Green+Blue) = 1+138+110=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #018A6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A6E is #FE7591. Grayscale: #5D5D5D. Windows color (decimal): -16676242 or 7244289. OLE color: 7244289.

HSL color Cylindrical-coordinate representation of color #018A6E: hue angle of 167.74º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A6E is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 110 -
CMYK 0.99 0 0.20 0.46
HSL 167.74º 0.99% 0.27% -
HSV(B) 167.74º 0.99% 0.54% -
XYZ 11.92 19.31 17.85 -
YUV 93.85 137.11 61.78 -
System Red Green Blue C M Y K H S L
Decimal 1 138 110 0.99 0 0.20 0.46 167.74 0.99 0.27
Hex 1 8A 6E 63 0 14 2E A8 63 1B
Octal 1 212 156 143 0 24 56 250 143 33
Binary 1 10001010 1101110 1100011 0 10100 101110 10101000 1100011 11011

Color Harmonies of #018A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A6E

Black with #018A6E

Text Example


Text Example

White with #018A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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