#017787

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

Shades of Teal #017787

Tints of Teal #017787

Color information

#017787 (or 0x017787) is unknown color: approx Teal. HEX triplet: 01, 77 and 87. RGB value is (1,119,135). Sum of RGB (Red+Green+Blue) = 1+119+135=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #017787 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017787 is #FE8878. Grayscale: #555555. Windows color (decimal): -16681081 or 8877825. OLE color: 8877825.

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

Color convert

RGB1119135-
CMYK0.990.1200.47
HSL187.16º98.53%26.67%-
HSV(B)187.16º99.26%52.94%-
XYZ10.9814.9525.23-
YUV85.54155.9167.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 119 (46.88% from 255) = 46.67%
BLUE value IS 135 (53.12% from 255) = 52.94%
R=0.39%
G=46.67%
B=52.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11191350.990.1200.47187.1698.5326.67
Hex1778763C02Fbb631b
Octal11672071431405727314333
Binary111101111000011111000111100010111110111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017787; }

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

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

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

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

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

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

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

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