Html Css Color HEX #017781 Teal

📋 copy color: '#017781'

red 1 ◦ green 119 ◦ blue 129

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

Shades of Teal #017781

Tints of Teal #017781

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.79%

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

R = 0.4%
G = 47.79%
B = 51.81%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#017781 (or 0x017781) is known color: Teal. HEX triplet: 01, 77 and 81. RGB value is (1,119,129). Sum of RGB (Red+Green+Blue) = 1+119+129=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #017781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017781 is #FE887E. Grayscale: #545454. Windows color (decimal): -16681087 or 8484609. OLE color: 8484609.

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

Color convert

RGB 1 119 129 -
CMYK 0.99 0.08 0 0.49
HSL 184.69º 0.98% 0.25% -
HSV(B) 184.69º 0.99% 0.51% -
XYZ 10.57 14.79 23.07 -
YUV 84.86 152.91 68.19 -
System Red Green Blue C M Y K H S L
Decimal 1 119 129 0.99 0.08 0 0.49 184.69 0.98 0.25
Hex 1 77 81 63 8 0 31 B9 62 19
Octal 1 167 201 143 10 0 61 271 142 31
Binary 1 1110111 10000001 1100011 1000 0 110001 10111001 1100010 11001

Color Harmonies of #017781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017781

Black with #017781

Text Example


Text Example

White with #017781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017781; }

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

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

background-color css

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

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

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

border-color css

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

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

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