Html Css Color HEX #017986 Teal

📋 copy color: '#017986'

red 1 ◦ green 121 ◦ blue 134

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

Shades of Teal #017986

Tints of Teal #017986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.27%

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

R = 0.39%
G = 47.27%
B = 52.34%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#017986 (or 0x017986) is known color: Teal. HEX triplet: 01, 79 and 86. RGB value is (1,121,134). Sum of RGB (Red+Green+Blue) = 1+121+134=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #017986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017986 is #FE8679. Grayscale: #565656. Windows color (decimal): -16680570 or 8812801. OLE color: 8812801.

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

Color convert

RGB 1 121 134 -
CMYK 0.99 0.10 0 0.47
HSL 185.86º 0.99% 0.26% -
HSV(B) 185.86º 0.99% 0.53% -
XYZ 11.15 15.4 24.94 -
YUV 86.6 154.74 66.94 -
System Red Green Blue C M Y K H S L
Decimal 1 121 134 0.99 0.10 0 0.47 185.86 0.99 0.26
Hex 1 79 86 63 A 0 2F BA 63 1A
Octal 1 171 206 143 12 0 57 272 143 32
Binary 1 1111001 10000110 1100011 1010 0 101111 10111010 1100011 11010

Color Harmonies of #017986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017986

Black with #017986

Text Example


Text Example

White with #017986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017986; }

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

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

background-color css

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

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

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

border-color css

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

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

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