Html Css Color HEX #017D83 Teal

📋 copy color: '#017D83'

red 1 ◦ green 125 ◦ blue 131

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

Shades of Teal #017D83

Tints of Teal #017D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.97%

R = 0.39%
G = 48.64%
B = 50.97%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#017D83 (or 0x017D83) is known color: Teal. HEX triplet: 01, 7D and 83. RGB value is (1,125,131). Sum of RGB (Red+Green+Blue) = 1+125+131=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #017D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017D83 is #FE827C. Grayscale: #585858. Windows color (decimal): -16679549 or 8617217. OLE color: 8617217.

HSL color Cylindrical-coordinate representation of color #017D83: hue angle of 182.77º 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 #017D83 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 125 131 -
CMYK 0.99 0.05 0 0.49
HSL 182.77º 0.98% 0.26% -
HSV(B) 182.77º 0.99% 0.51% -
XYZ 11.44 16.31 24.02 -
YUV 88.61 151.92 65.51 -
System Red Green Blue C M Y K H S L
Decimal 1 125 131 0.99 0.05 0 0.49 182.77 0.98 0.26
Hex 1 7D 83 63 5 0 31 B7 62 1A
Octal 1 175 203 143 5 0 61 267 142 32
Binary 1 1111101 10000011 1100011 101 0 110001 10110111 1100010 11010

Color Harmonies of #017D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017D83

Black with #017D83

Text Example


Text Example

White with #017D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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