Html Css Color HEX #017D89 Teal

📋 copy color: '#017D89'

red 1 ◦ green 125 ◦ blue 137

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

Shades of Teal #017D89

Tints of Teal #017D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.09%

R = 0.38%
G = 47.53%
B = 52.09%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#017D89 (or 0x017D89) is known color: Teal. HEX triplet: 01, 7D and 89. RGB value is (1,125,137). Sum of RGB (Red+Green+Blue) = 1+125+137=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 125 (49.22% from 255 or 47.53% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #017D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017D89 is #FE8276. Grayscale: #595959. Windows color (decimal): -16679543 or 9010433. OLE color: 9010433.

HSL color Cylindrical-coordinate representation of color #017D89: hue angle of 185.29º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D89 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 125 137 -
CMYK 0.99 0.09 0 0.46
HSL 185.29º 0.99% 0.27% -
HSV(B) 185.29º 0.99% 0.54% -
XYZ 11.86 16.48 26.22 -
YUV 89.29 154.92 65.02 -
System Red Green Blue C M Y K H S L
Decimal 1 125 137 0.99 0.09 0 0.46 185.29 0.99 0.27
Hex 1 7D 89 63 9 0 2E B9 63 1B
Octal 1 175 211 143 11 0 56 271 143 33
Binary 1 1111101 10001001 1100011 1001 0 101110 10111001 1100011 11011

Color Harmonies of #017D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017D89

Black with #017D89

Text Example


Text Example

White with #017D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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