Html Css Color HEX #016D89 Teal

📋 copy color: '#016D89'

red 1 ◦ green 109 ◦ blue 137

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

Shades of Teal #016D89

Tints of Teal #016D89

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.13%

 BLUE value IS 137 (53.91% from 255) = 55.47%

R = 0.4%
G = 44.13%
B = 55.47%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#016D89 (or 0x016D89) is known color: Teal. HEX triplet: 01, 6D and 89. RGB value is (1,109,137). Sum of RGB (Red+Green+Blue) = 1+109+137=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #016D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016D89 is #FE9276. Grayscale: #4F4F4F. Windows color (decimal): -16683639 or 9006337. OLE color: 9006337.

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

Color convert

RGB 1 109 137 -
CMYK 0.99 0.20 0 0.46
HSL 192.35º 0.99% 0.27% -
HSV(B) 192.35º 0.99% 0.54% -
XYZ 10 12.75 25.6 -
YUV 79.9 160.22 71.72 -
System Red Green Blue C M Y K H S L
Decimal 1 109 137 0.99 0.20 0 0.46 192.35 0.99 0.27
Hex 1 6D 89 63 14 0 2E C0 63 1B
Octal 1 155 211 143 24 0 56 300 143 33
Binary 1 1101101 10001001 1100011 10100 0 101110 11000000 1100011 11011

Color Harmonies of #016D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D89

Black with #016D89

Text Example


Text Example

White with #016D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016D89; }

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

 H1.HeaderClassName
 {
   color: #016D89;
 }
 .AnyTagClassName
 {
   color: #016D89;
 }
</style>

background-color css

<style>
 a { background-color: #016D89; }

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

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

border-color css

<style>
 span { border-color: #016D89; }

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

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