#017684

Color #017684 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #017684

Tints of Teal #017684

Color information

#017684 (or 0x017684) is unknown color: approx Teal. HEX triplet: 01, 76 and 84. RGB value is (1,118,132). Sum of RGB (Red+Green+Blue) = 1+118+132=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #017684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017684 is #FE897B. Grayscale: #545454. Windows color (decimal): -16681340 or 8680961. OLE color: 8680961.

HSL color Cylindrical-coordinate representation of color #017684: hue angle of 186.41º 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 #017684 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1118132-
CMYK0.990.1100.48
HSL186.41º98.5%26.08%-
HSV(B)186.41º99.24%51.76%-
XYZ10.6614.6324.09-
YUV84.61154.7468.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=0.40%
G=47.01%
B=52.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11181320.990.1100.48186.4198.526.08
Hex1768463B030ba621a
Octal11662041431306027214232
Binary111101101000010011000111011011000010111010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017684; }

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

 H1.HeaderClassName
 {
   color: #017684;
 }
 .AnyTagClassName
 {
   color: #017684;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #017684;
 }
 .BgClassName
 {
   background-color: #017684;
 }
</style>
border-color css

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

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

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