Html Css Color HEX #016C88 Teal

📋 copy color: '#016C88'

red 1 ◦ green 108 ◦ blue 136

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

Shades of Teal #016C88

Tints of Teal #016C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 55.51%

R = 0.41%
G = 44.08%
B = 55.51%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016C88 (or 0x016C88) is known color: Teal. HEX triplet: 01, 6C and 88. RGB value is (1,108,136). Sum of RGB (Red+Green+Blue) = 1+108+136=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #016C88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C88 is #FE9377. Grayscale: #4E4E4E. Windows color (decimal): -16683896 or 8940545. OLE color: 8940545.

HSL color Cylindrical-coordinate representation of color #016C88: hue angle of 192.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C88 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 108 136 -
CMYK 0.99 0.21 0 0.47
HSL 192.44º 0.99% 0.27% -
HSV(B) 192.44º 0.99% 0.53% -
XYZ 9.82 12.51 25.19 -
YUV 79.2 160.05 72.22 -
System Red Green Blue C M Y K H S L
Decimal 1 108 136 0.99 0.21 0 0.47 192.44 0.99 0.27
Hex 1 6C 88 63 15 0 2F C0 63 1B
Octal 1 154 210 143 25 0 57 300 143 33
Binary 1 1101100 10001000 1100011 10101 0 101111 11000000 1100011 11011

Color Harmonies of #016C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C88

Black with #016C88

Text Example


Text Example

White with #016C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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