Html Css Color HEX #017686 Teal

📋 copy color: '#017686'

red 1 ◦ green 118 ◦ blue 134

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

Shades of Teal #017686

Tints of Teal #017686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 52.96%

R = 0.4%
G = 46.64%
B = 52.96%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#017686 (or 0x017686) is known color: Teal. HEX triplet: 01, 76 and 86. RGB value is (1,118,134). Sum of RGB (Red+Green+Blue) = 1+118+134=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #017686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017686 is #FE8979. Grayscale: #545454. Windows color (decimal): -16681338 or 8812033. OLE color: 8812033.

HSL color Cylindrical-coordinate representation of color #017686: hue angle of 187.22º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017686 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 118 134 -
CMYK 0.99 0.12 0 0.47
HSL 187.22º 0.99% 0.26% -
HSV(B) 187.22º 0.99% 0.53% -
XYZ 10.79 14.68 24.82 -
YUV 84.84 155.74 68.2 -
System Red Green Blue C M Y K H S L
Decimal 1 118 134 0.99 0.12 0 0.47 187.22 0.99 0.26
Hex 1 76 86 63 C 0 2F BB 63 1A
Octal 1 166 206 143 14 0 57 273 143 32
Binary 1 1110110 10000110 1100011 1100 0 101111 10111011 1100011 11010

Color Harmonies of #017686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017686

Black with #017686

Text Example


Text Example

White with #017686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017686; }

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

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

background-color css

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

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

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

border-color css

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

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

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