#017784

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

Shades of Teal #017784

Tints of Teal #017784

Color information

#017784 (or 0x017784) is unknown color: approx Teal. HEX triplet: 01, 77 and 84. RGB value is (1,119,132). Sum of RGB (Red+Green+Blue) = 1+119+132=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #017784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017784 is #FE887B. Grayscale: #555555. Windows color (decimal): -16681084 or 8681217. OLE color: 8681217.

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

Color convert

RGB1119132-
CMYK0.990.1000.48
HSL185.95º98.5%26.08%-
HSV(B)185.95º99.24%51.76%-
XYZ10.7714.8724.13-
YUV85.2154.4167.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 132 (51.95% from 255) = 52.38%
R=0.40%
G=47.22%
B=52.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11191320.990.1000.48185.9598.526.08
Hex1778463A030ba621a
Octal11672041431206027214232
Binary111101111000010011000111010011000010111010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017784; }

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

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

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

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

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

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

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

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