Html Css Color HEX #016C89 Teal

📋 copy color: '#016C89'

red 1 ◦ green 108 ◦ blue 137

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

Shades of Teal #016C89

Tints of Teal #016C89

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.9%

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

R = 0.41%
G = 43.9%
B = 55.69%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#016C89 (or 0x016C89) is known color: Teal. HEX triplet: 01, 6C and 89. RGB value is (1,108,137). Sum of RGB (Red+Green+Blue) = 1+108+137=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #016C89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C89 is #FE9376. Grayscale: #4F4F4F. Windows color (decimal): -16683895 or 9006081. OLE color: 9006081.

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

Color convert

RGB 1 108 137 -
CMYK 0.99 0.21 0 0.46
HSL 192.79º 0.99% 0.27% -
HSV(B) 192.79º 0.99% 0.54% -
XYZ 9.89 12.54 25.57 -
YUV 79.31 160.55 72.14 -
System Red Green Blue C M Y K H S L
Decimal 1 108 137 0.99 0.21 0 0.46 192.79 0.99 0.27
Hex 1 6C 89 63 15 0 2E C1 63 1B
Octal 1 154 211 143 25 0 56 301 143 33
Binary 1 1101100 10001001 1100011 10101 0 101110 11000001 1100011 11011

Color Harmonies of #016C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C89

Black with #016C89

Text Example


Text Example

White with #016C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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