Html Css Color HEX #017981 Teal

📋 copy color: '#017981'

red 1 ◦ green 121 ◦ blue 129

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

Shades of Teal #017981

Tints of Teal #017981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 51.39%

R = 0.4%
G = 48.21%
B = 51.39%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#017981 (or 0x017981) is known color: Teal. HEX triplet: 01, 79 and 81. RGB value is (1,121,129). Sum of RGB (Red+Green+Blue) = 1+121+129=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #017981 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017981 is #FE867E. Grayscale: #555555. Windows color (decimal): -16680575 or 8485121. OLE color: 8485121.

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

Color convert

RGB 1 121 129 -
CMYK 0.99 0.06 0 0.49
HSL 183.75º 0.98% 0.25% -
HSV(B) 183.75º 0.99% 0.51% -
XYZ 10.81 15.27 23.15 -
YUV 86.03 152.24 67.35 -
System Red Green Blue C M Y K H S L
Decimal 1 121 129 0.99 0.06 0 0.49 183.75 0.98 0.25
Hex 1 79 81 63 6 0 31 B8 62 19
Octal 1 171 201 143 6 0 61 270 142 31
Binary 1 1111001 10000001 1100011 110 0 110001 10111000 1100010 11001

Color Harmonies of #017981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017981

Black with #017981

Text Example


Text Example

White with #017981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017981; }

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

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

background-color css

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

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

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

border-color css

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

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

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