Html Css Color HEX #017786 Teal

📋 copy color: '#017786'

red 1 ◦ green 119 ◦ blue 134

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

Shades of Teal #017786

Tints of Teal #017786

RGB

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

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

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

R = 0.39%
G = 46.85%
B = 52.76%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#017786 (or 0x017786) is known color: Teal. HEX triplet: 01, 77 and 86. RGB value is (1,119,134). Sum of RGB (Red+Green+Blue) = 1+119+134=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #017786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017786 is #FE8879. Grayscale: #555555. Windows color (decimal): -16681082 or 8812289. OLE color: 8812289.

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

Color convert

RGB 1 119 134 -
CMYK 0.99 0.11 0 0.47
HSL 186.77º 0.99% 0.26% -
HSV(B) 186.77º 0.99% 0.53% -
XYZ 10.91 14.92 24.86 -
YUV 85.43 155.41 67.78 -
System Red Green Blue C M Y K H S L
Decimal 1 119 134 0.99 0.11 0 0.47 186.77 0.99 0.26
Hex 1 77 86 63 B 0 2F BB 63 1A
Octal 1 167 206 143 13 0 57 273 143 32
Binary 1 1110111 10000110 1100011 1011 0 101111 10111011 1100011 11010

Color Harmonies of #017786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017786

Black with #017786

Text Example


Text Example

White with #017786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017786; }

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

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

background-color css

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

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

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

border-color css

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

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

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