Html Css Color HEX #017687 Teal

📋 copy color: '#017687'

red 1 ◦ green 118 ◦ blue 135

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

Shades of Teal #017687

Tints of Teal #017687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 53.15%

R = 0.39%
G = 46.46%
B = 53.15%

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

#017687 (or 0x017687) is known color: Teal. HEX triplet: 01, 76 and 87. RGB value is (1,118,135). Sum of RGB (Red+Green+Blue) = 1+118+135=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #017687 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017687 is #FE8978. Grayscale: #545454. Windows color (decimal): -16681337 or 8877569. OLE color: 8877569.

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

Color convert

RGB 1 118 135 -
CMYK 0.99 0.13 0 0.47
HSL 187.61º 0.99% 0.27% -
HSV(B) 187.61º 0.99% 0.53% -
XYZ 10.86 14.71 25.19 -
YUV 84.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 1 118 135 0.99 0.13 0 0.47 187.61 0.99 0.27
Hex 1 76 87 63 D 0 2F BC 63 1B
Octal 1 166 207 143 15 0 57 274 143 33
Binary 1 1110110 10000111 1100011 1101 0 101111 10111100 1100011 11011

Color Harmonies of #017687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017687

Black with #017687

Text Example


Text Example

White with #017687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017687; }

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

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

background-color css

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

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

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

border-color css

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

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

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