Html Css Color HEX #017D8D Teal

📋 copy color: '#017D8D'

red 1 ◦ green 125 ◦ blue 141

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

Shades of Teal #017D8D

Tints of Teal #017D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.81%

R = 0.37%
G = 46.82%
B = 52.81%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#017D8D (or 0x017D8D) is known color: Teal. HEX triplet: 01, 7D and 8D. RGB value is (1,125,141). Sum of RGB (Red+Green+Blue) = 1+125+141=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #017D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017D8D is #FE8272. Grayscale: #595959. Windows color (decimal): -16679539 or 9272577. OLE color: 9272577.

HSL color Cylindrical-coordinate representation of color #017D8D: hue angle of 186.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D8D is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 125 141 -
CMYK 0.99 0.11 0 0.45
HSL 186.86º 0.99% 0.28% -
HSV(B) 186.86º 0.99% 0.55% -
XYZ 12.15 16.6 27.76 -
YUV 89.75 156.92 64.7 -
System Red Green Blue C M Y K H S L
Decimal 1 125 141 0.99 0.11 0 0.45 186.86 0.99 0.28
Hex 1 7D 8D 63 B 0 2D BB 63 1C
Octal 1 175 215 143 13 0 55 273 143 34
Binary 1 1111101 10001101 1100011 1011 0 101101 10111011 1100011 11100

Color Harmonies of #017D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017D8D

Black with #017D8D

Text Example


Text Example

White with #017D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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