#018779

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

Shades of Teal #018779

Tints of Teal #018779

Color information

#018779 (or 0x018779) is unknown color: approx Teal. HEX triplet: 01, 87 and 79. RGB value is (1,135,121). Sum of RGB (Red+Green+Blue) = 1+135+121=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #018779 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018779 is #FE7886. Grayscale: #5D5D5D. Windows color (decimal): -16676999 or 7964417. OLE color: 7964417.

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

Color convert

RGB1135121-
CMYK0.9900.100.47
HSL173.73º98.53%26.67%-
HSV(B)173.73º99.26%52.94%-
XYZ12.1318.7121.06-
YUV93.34143.6162.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 135 (53.12% from 255) = 52.53%
BLUE value IS 121 (47.66% from 255) = 47.08%
R=0.39%
G=52.53%
B=47.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11351210.9900.100.47173.7398.5326.67
Hex18779630A2Fae631b
Octal12071711430125725614333
Binary110000111111100111000110101010111110101110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018779; }

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

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

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

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

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

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

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

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