Html Css Color HEX #017684 Teal

📋 copy color: '#017684'

red 1 ◦ green 118 ◦ blue 132

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

Shades of Teal #017684

Tints of Teal #017684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 52.59%

R = 0.4%
G = 47.01%
B = 52.59%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#017684 (or 0x017684) is known color: Teal. HEX triplet: 01, 76 and 84. RGB value is (1,118,132). Sum of RGB (Red+Green+Blue) = 1+118+132=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #017684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017684 is #FE897B. Grayscale: #545454. Windows color (decimal): -16681340 or 8680961. OLE color: 8680961.

HSL color Cylindrical-coordinate representation of color #017684: hue angle of 186.41º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017684 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 118 132 -
CMYK 0.99 0.11 0 0.48
HSL 186.41º 0.98% 0.26% -
HSV(B) 186.41º 0.99% 0.52% -
XYZ 10.66 14.63 24.09 -
YUV 84.61 154.74 68.36 -
System Red Green Blue C M Y K H S L
Decimal 1 118 132 0.99 0.11 0 0.48 186.41 0.98 0.26
Hex 1 76 84 63 B 0 30 BA 62 1A
Octal 1 166 204 143 13 0 60 272 142 32
Binary 1 1110110 10000100 1100011 1011 0 110000 10111010 1100010 11010

Color Harmonies of #017684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017684

Black with #017684

Text Example


Text Example

White with #017684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017684; }

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

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

background-color css

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

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

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

border-color css

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

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

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