Html Css Color HEX #017680 Teal

📋 copy color: '#017680'

red 1 ◦ green 118 ◦ blue 128

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

Shades of Teal #017680

Tints of Teal #017680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.77%

 BLUE value IS 128 (50.39% from 255) = 51.82%

R = 0.4%
G = 47.77%
B = 51.82%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#017680 (or 0x017680) is known color: Teal. HEX triplet: 01, 76 and 80. RGB value is (1,118,128). Sum of RGB (Red+Green+Blue) = 1+118+128=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #017680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017680 is #FE897F. Grayscale: #535353. Windows color (decimal): -16681344 or 8418817. OLE color: 8418817.

HSL color Cylindrical-coordinate representation of color #017680: hue angle of 184.72º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017680 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 118 128 -
CMYK 0.99 0.08 0 0.50
HSL 184.72º 0.98% 0.25% -
HSV(B) 184.72º 0.99% 0.5% -
XYZ 10.39 14.52 22.68 -
YUV 84.16 152.74 68.69 -
System Red Green Blue C M Y K H S L
Decimal 1 118 128 0.99 0.08 0 0.50 184.72 0.98 0.25
Hex 1 76 80 63 8 0 32 B9 62 19
Octal 1 166 200 143 10 0 62 271 142 31
Binary 1 1110110 10000000 1100011 1000 0 110010 10111001 1100010 11001

Color Harmonies of #017680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017680

Black with #017680

Text Example


Text Example

White with #017680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017680; }

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

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

background-color css

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

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

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

border-color css

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

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

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