Html Css Color HEX #016D87 Teal

📋 copy color: '#016D87'

red 1 ◦ green 109 ◦ blue 135

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

Shades of Teal #016D87

Tints of Teal #016D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 55.1%

R = 0.41%
G = 44.49%
B = 55.1%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016D87 (or 0x016D87) is known color: Teal. HEX triplet: 01, 6D and 87. RGB value is (1,109,135). Sum of RGB (Red+Green+Blue) = 1+109+135=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #016D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016D87 is #FE9278. Grayscale: #4F4F4F. Windows color (decimal): -16683641 or 8875265. OLE color: 8875265.

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

Color convert

RGB 1 109 135 -
CMYK 0.99 0.19 0 0.47
HSL 191.64º 0.99% 0.27% -
HSV(B) 191.64º 0.99% 0.53% -
XYZ 9.85 12.69 24.85 -
YUV 79.67 159.22 71.89 -
System Red Green Blue C M Y K H S L
Decimal 1 109 135 0.99 0.19 0 0.47 191.64 0.99 0.27
Hex 1 6D 87 63 13 0 2F C0 63 1B
Octal 1 155 207 143 23 0 57 300 143 33
Binary 1 1101101 10000111 1100011 10011 0 101111 11000000 1100011 11011

Color Harmonies of #016D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D87

Black with #016D87

Text Example


Text Example

White with #016D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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