Html Css Color HEX #018B6D Observatory

📋 copy color: '#018B6D'

red 1 ◦ green 139 ◦ blue 109

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

Shades of Observatory #018B6D

Tints of Observatory #018B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 55.82%

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

R = 0.4%
G = 55.82%
B = 43.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#018B6D (or 0x018B6D) is known color: Observatory. HEX triplet: 01, 8B and 6D. RGB value is (1,139,109). Sum of RGB (Red+Green+Blue) = 1+139+109=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #018B6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B6D is #FE7492. Grayscale: #5E5E5E. Windows color (decimal): -16675987 or 7179009. OLE color: 7179009.

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

Color convert

RGB 1 139 109 -
CMYK 0.99 0 0.22 0.45
HSL 166.96º 0.99% 0.27% -
HSV(B) 166.96º 0.99% 0.55% -
XYZ 12.01 19.58 17.61 -
YUV 94.32 136.28 61.44 -
System Red Green Blue C M Y K H S L
Decimal 1 139 109 0.99 0 0.22 0.45 166.96 0.99 0.27
Hex 1 8B 6D 63 0 16 2D A7 63 1B
Octal 1 213 155 143 0 26 55 247 143 33
Binary 1 10001011 1101101 1100011 0 10110 101101 10100111 1100011 11011

Color Harmonies of #018B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B6D

Black with #018B6D

Text Example


Text Example

White with #018B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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