Html Css Color HEX #017688 Teal

📋 copy color: '#017688'

red 1 ◦ green 118 ◦ blue 136

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

Shades of Teal #017688

Tints of Teal #017688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.33%

R = 0.39%
G = 46.27%
B = 53.33%

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

#017688 (or 0x017688) is known color: Teal. HEX triplet: 01, 76 and 88. RGB value is (1,118,136). Sum of RGB (Red+Green+Blue) = 1+118+136=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #017688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017688 is #FE8977. Grayscale: #545454. Windows color (decimal): -16681336 or 8943105. OLE color: 8943105.

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

Color convert

RGB 1 118 136 -
CMYK 0.99 0.13 0 0.47
HSL 188º 0.99% 0.27% -
HSV(B) 188º 0.99% 0.53% -
XYZ 10.93 14.74 25.56 -
YUV 85.07 156.74 68.04 -
System Red Green Blue C M Y K H S L
Decimal 1 118 136 0.99 0.13 0 0.47 188 0.99 0.27
Hex 1 76 88 63 D 0 2F BC 63 1B
Octal 1 166 210 143 15 0 57 274 143 33
Binary 1 1110110 10001000 1100011 1101 0 101111 10111100 1100011 11011

Color Harmonies of #017688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017688

Black with #017688

Text Example


Text Example

White with #017688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017688; }

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

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

background-color css

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

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

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

border-color css

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

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

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