Html Css Color HEX #017D82 Teal

📋 copy color: '#017D82'

red 1 ◦ green 125 ◦ blue 130

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

Shades of Teal #017D82

Tints of Teal #017D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 48.83%

 BLUE value IS 130 (51.17% from 255) = 50.78%

R = 0.39%
G = 48.83%
B = 50.78%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#017D82 (or 0x017D82) is known color: Teal. HEX triplet: 01, 7D and 82. RGB value is (1,125,130). Sum of RGB (Red+Green+Blue) = 1+125+130=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #017D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017D82 is #FE827D. Grayscale: #585858. Windows color (decimal): -16679550 or 8551681. OLE color: 8551681.

HSL color Cylindrical-coordinate representation of color #017D82: hue angle of 182.33º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D82 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 125 130 -
CMYK 0.99 0.04 0 0.49
HSL 182.33º 0.98% 0.26% -
HSV(B) 182.33º 0.99% 0.51% -
XYZ 11.38 16.29 23.66 -
YUV 88.49 151.42 65.59 -
System Red Green Blue C M Y K H S L
Decimal 1 125 130 0.99 0.04 0 0.49 182.33 0.98 0.26
Hex 1 7D 82 63 4 0 31 B6 62 1A
Octal 1 175 202 143 4 0 61 266 142 32
Binary 1 1111101 10000010 1100011 100 0 110001 10110110 1100010 11010

Color Harmonies of #017D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017D82

Black with #017D82

Text Example


Text Example

White with #017D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017D82; }

 p { color: rgb(1,125,130); }

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

background-color css

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

 a { background-color: rgb(1,125,130); }

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

border-color css

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

 span { border-color: rgb(1,125,130); }

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