Html Css Color HEX #017982 Teal

📋 copy color: '#017982'

red 1 ◦ green 121 ◦ blue 130

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

Shades of Teal #017982

Tints of Teal #017982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.02%

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

R = 0.4%
G = 48.02%
B = 51.59%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#017982 (or 0x017982) is known color: Teal. HEX triplet: 01, 79 and 82. RGB value is (1,121,130). Sum of RGB (Red+Green+Blue) = 1+121+130=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #017982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017982 is #FE867D. Grayscale: #555555. Windows color (decimal): -16680574 or 8550657. OLE color: 8550657.

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

Color convert

RGB 1 121 130 -
CMYK 0.99 0.07 0 0.49
HSL 184.19º 0.98% 0.26% -
HSV(B) 184.19º 0.99% 0.51% -
XYZ 10.88 15.29 23.5 -
YUV 86.15 152.74 67.27 -
System Red Green Blue C M Y K H S L
Decimal 1 121 130 0.99 0.07 0 0.49 184.19 0.98 0.26
Hex 1 79 82 63 7 0 31 B8 62 1A
Octal 1 171 202 143 7 0 61 270 142 32
Binary 1 1111001 10000010 1100011 111 0 110001 10111000 1100010 11010

Color Harmonies of #017982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017982

Black with #017982

Text Example


Text Example

White with #017982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017982; }

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

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

background-color css

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

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

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

border-color css

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

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

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