Html Css Color HEX #017186 Teal

📋 copy color: '#017186'

red 1 ◦ green 113 ◦ blue 134

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

Shades of Teal #017186

Tints of Teal #017186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.56%

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

R = 0.4%
G = 45.56%
B = 54.03%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#017186 (or 0x017186) is known color: Teal. HEX triplet: 01, 71 and 86. RGB value is (1,113,134). Sum of RGB (Red+Green+Blue) = 1+113+134=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #017186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017186 is #FE8E79. Grayscale: #515151. Windows color (decimal): -16682618 or 8810753. OLE color: 8810753.

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

Color convert

RGB 1 113 134 -
CMYK 0.99 0.16 0 0.47
HSL 189.47º 0.99% 0.26% -
HSV(B) 189.47º 0.99% 0.53% -
XYZ 10.22 13.54 24.63 -
YUV 81.91 157.39 70.29 -
System Red Green Blue C M Y K H S L
Decimal 1 113 134 0.99 0.16 0 0.47 189.47 0.99 0.26
Hex 1 71 86 63 10 0 2F BD 63 1A
Octal 1 161 206 143 20 0 57 275 143 32
Binary 1 1110001 10000110 1100011 10000 0 101111 10111101 1100011 11010

Color Harmonies of #017186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017186

Black with #017186

Text Example


Text Example

White with #017186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017186; }

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

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

background-color css

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

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

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

border-color css

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

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

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