Html Css Color HEX #018A6A Observatory

📋 copy color: '#018A6A'

red 1 ◦ green 138 ◦ blue 106

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

Shades of Observatory #018A6A

Tints of Observatory #018A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.27%

R = 0.41%
G = 56.33%
B = 43.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#018A6A (or 0x018A6A) is known color: Observatory. HEX triplet: 01, 8A and 6A. RGB value is (1,138,106). Sum of RGB (Red+Green+Blue) = 1+138+106=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #018A6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A6A is #FE7595. Grayscale: #5D5D5D. Windows color (decimal): -16676246 or 6982145. OLE color: 6982145.

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

Color convert

RGB 1 138 106 -
CMYK 0.99 0 0.23 0.46
HSL 165.99º 0.99% 0.27% -
HSV(B) 165.99º 0.99% 0.54% -
XYZ 11.7 19.22 16.73 -
YUV 93.39 135.11 62.1 -
System Red Green Blue C M Y K H S L
Decimal 1 138 106 0.99 0 0.23 0.46 165.99 0.99 0.27
Hex 1 8A 6A 63 0 17 2E A6 63 1B
Octal 1 212 152 143 0 27 56 246 143 33
Binary 1 10001010 1101010 1100011 0 10111 101110 10100110 1100011 11011

Color Harmonies of #018A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A6A

Black with #018A6A

Text Example


Text Example

White with #018A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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