Html Css Color HEX #017681 Teal

📋 copy color: '#017681'

red 1 ◦ green 118 ◦ blue 129

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

Shades of Teal #017681

Tints of Teal #017681

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.58%

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

R = 0.4%
G = 47.58%
B = 52.02%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#017681 (or 0x017681) is known color: Teal. HEX triplet: 01, 76 and 81. RGB value is (1,118,129). Sum of RGB (Red+Green+Blue) = 1+118+129=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #017681 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017681 is #FE897E. Grayscale: #545454. Windows color (decimal): -16681343 or 8484353. OLE color: 8484353.

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

Color convert

RGB 1 118 129 -
CMYK 0.99 0.09 0 0.49
HSL 185.16º 0.98% 0.25% -
HSV(B) 185.16º 0.99% 0.51% -
XYZ 10.45 14.55 23.03 -
YUV 84.27 153.24 68.61 -
System Red Green Blue C M Y K H S L
Decimal 1 118 129 0.99 0.09 0 0.49 185.16 0.98 0.25
Hex 1 76 81 63 9 0 31 B9 62 19
Octal 1 166 201 143 11 0 61 271 142 31
Binary 1 1110110 10000001 1100011 1001 0 110001 10111001 1100010 11001

Color Harmonies of #017681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017681

Black with #017681

Text Example


Text Example

White with #017681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017681; }

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

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

background-color css

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

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

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

border-color css

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

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

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