Html Css Color HEX #016F87 Teal

📋 copy color: '#016F87'

red 1 ◦ green 111 ◦ blue 135

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

Shades of Teal #016F87

Tints of Teal #016F87

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.94%

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

R = 0.4%
G = 44.94%
B = 54.66%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016F87 (or 0x016F87) is known color: Teal. HEX triplet: 01, 6F and 87. RGB value is (1,111,135). Sum of RGB (Red+Green+Blue) = 1+111+135=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #016F87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F87 is #FE9078. Grayscale: #505050. Windows color (decimal): -16683129 or 8875777. OLE color: 8875777.

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

Color convert

RGB 1 111 135 -
CMYK 0.99 0.18 0 0.47
HSL 190.75º 0.99% 0.27% -
HSV(B) 190.75º 0.99% 0.53% -
XYZ 10.07 13.12 24.92 -
YUV 80.85 158.56 71.05 -
System Red Green Blue C M Y K H S L
Decimal 1 111 135 0.99 0.18 0 0.47 190.75 0.99 0.27
Hex 1 6F 87 63 12 0 2F BF 63 1B
Octal 1 157 207 143 22 0 57 277 143 33
Binary 1 1101111 10000111 1100011 10010 0 101111 10111111 1100011 11011

Color Harmonies of #016F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F87

Black with #016F87

Text Example


Text Example

White with #016F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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