Html Css Color HEX #018A6D Observatory

📋 copy color: '#018A6D'

red 1 ◦ green 138 ◦ blue 109

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

Shades of Observatory #018A6D

Tints of Observatory #018A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.95%

R = 0.4%
G = 55.65%
B = 43.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#018A6D (or 0x018A6D) is known color: Observatory. HEX triplet: 01, 8A and 6D. RGB value is (1,138,109). Sum of RGB (Red+Green+Blue) = 1+138+109=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 138 (54.30% from 255 or 55.65% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 138 - color contains mainly: green. Hex color #018A6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A6D is #FE7592. Grayscale: #5D5D5D. Windows color (decimal): -16676243 or 7178753. OLE color: 7178753.

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

Color convert

RGB 1 138 109 -
CMYK 0.99 0 0.21 0.46
HSL 167.3º 0.99% 0.27% -
HSV(B) 167.3º 0.99% 0.54% -
XYZ 11.86 19.29 17.57 -
YUV 93.73 136.61 61.86 -
System Red Green Blue C M Y K H S L
Decimal 1 138 109 0.99 0 0.21 0.46 167.3 0.99 0.27
Hex 1 8A 6D 63 0 15 2E A7 63 1B
Octal 1 212 155 143 0 25 56 247 143 33
Binary 1 10001010 1101101 1100011 0 10101 101110 10100111 1100011 11011

Color Harmonies of #018A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A6D

Black with #018A6D

Text Example


Text Example

White with #018A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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