Html Css Color HEX #017586 Teal

📋 copy color: '#017586'

red 1 ◦ green 117 ◦ blue 134

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

Shades of Teal #017586

Tints of Teal #017586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.43%

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

R = 0.4%
G = 46.43%
B = 53.17%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#017586 (or 0x017586) is known color: Teal. HEX triplet: 01, 75 and 86. RGB value is (1,117,134). Sum of RGB (Red+Green+Blue) = 1+117+134=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #017586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017586 is #FE8A79. Grayscale: #545454. Windows color (decimal): -16681594 or 8811777. OLE color: 8811777.

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

Color convert

RGB 1 117 134 -
CMYK 0.99 0.13 0 0.47
HSL 187.67º 0.99% 0.26% -
HSV(B) 187.67º 0.99% 0.53% -
XYZ 10.68 14.45 24.78 -
YUV 84.25 156.07 68.62 -
System Red Green Blue C M Y K H S L
Decimal 1 117 134 0.99 0.13 0 0.47 187.67 0.99 0.26
Hex 1 75 86 63 D 0 2F BC 63 1A
Octal 1 165 206 143 15 0 57 274 143 32
Binary 1 1110101 10000110 1100011 1101 0 101111 10111100 1100011 11010

Color Harmonies of #017586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017586

Black with #017586

Text Example


Text Example

White with #017586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017586; }

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

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

background-color css

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

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

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

border-color css

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

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

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