Html Css Color HEX #018A66 Observatory

📋 copy color: '#018A66'

red 1 ◦ green 138 ◦ blue 102

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

Shades of Observatory #018A66

Tints of Observatory #018A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.32%

R = 0.41%
G = 57.26%
B = 42.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#018A66 (or 0x018A66) is known color: Observatory. HEX triplet: 01, 8A and 66. RGB value is (1,138,102). Sum of RGB (Red+Green+Blue) = 1+138+102=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #018A66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A66 is #FE7599. Grayscale: #5C5C5C. Windows color (decimal): -16676250 or 6720001. OLE color: 6720001.

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

Color convert

RGB 1 138 102 -
CMYK 0.99 0 0.26 0.46
HSL 164.23º 0.99% 0.27% -
HSV(B) 164.23º 0.99% 0.54% -
XYZ 11.5 19.14 15.66 -
YUV 92.93 133.11 62.43 -
System Red Green Blue C M Y K H S L
Decimal 1 138 102 0.99 0 0.26 0.46 164.23 0.99 0.27
Hex 1 8A 66 63 0 1A 2E A4 63 1B
Octal 1 212 146 143 0 32 56 244 143 33
Binary 1 10001010 1100110 1100011 0 11010 101110 10100100 1100011 11011

Color Harmonies of #018A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A66

Black with #018A66

Text Example


Text Example

White with #018A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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