Html Css Color HEX #016F84 Teal

📋 copy color: '#016F84'

red 1 ◦ green 111 ◦ blue 132

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

Shades of Teal #016F84

Tints of Teal #016F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 54.1%

R = 0.41%
G = 45.49%
B = 54.1%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#016F84 (or 0x016F84) is known color: Teal. HEX triplet: 01, 6F and 84. RGB value is (1,111,132). Sum of RGB (Red+Green+Blue) = 1+111+132=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #016F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016F84 is #FE907B. Grayscale: #505050. Windows color (decimal): -16683132 or 8679169. OLE color: 8679169.

HSL color Cylindrical-coordinate representation of color #016F84: hue angle of 189.62º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F84 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 111 132 -
CMYK 0.99 0.16 0 0.48
HSL 189.62º 0.98% 0.26% -
HSV(B) 189.62º 0.99% 0.52% -
XYZ 9.86 13.04 23.83 -
YUV 80.5 157.06 71.29 -
System Red Green Blue C M Y K H S L
Decimal 1 111 132 0.99 0.16 0 0.48 189.62 0.98 0.26
Hex 1 6F 84 63 10 0 30 BE 62 1A
Octal 1 157 204 143 20 0 60 276 142 32
Binary 1 1101111 10000100 1100011 10000 0 110000 10111110 1100010 11010

Color Harmonies of #016F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F84

Black with #016F84

Text Example


Text Example

White with #016F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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