Html Css Color HEX #017682 Teal

📋 copy color: '#017682'

red 1 ◦ green 118 ◦ blue 130

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

Shades of Teal #017682

Tints of Teal #017682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.21%

R = 0.4%
G = 47.39%
B = 52.21%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#017682 (or 0x017682) is known color: Teal. HEX triplet: 01, 76 and 82. RGB value is (1,118,130). Sum of RGB (Red+Green+Blue) = 1+118+130=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #017682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017682 is #FE897D. Grayscale: #545454. Windows color (decimal): -16681342 or 8549889. OLE color: 8549889.

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

Color convert

RGB 1 118 130 -
CMYK 0.99 0.09 0 0.49
HSL 185.58º 0.98% 0.26% -
HSV(B) 185.58º 0.99% 0.51% -
XYZ 10.52 14.58 23.38 -
YUV 84.39 153.74 68.52 -
System Red Green Blue C M Y K H S L
Decimal 1 118 130 0.99 0.09 0 0.49 185.58 0.98 0.26
Hex 1 76 82 63 9 0 31 BA 62 1A
Octal 1 166 202 143 11 0 61 272 142 32
Binary 1 1110110 10000010 1100011 1001 0 110001 10111010 1100010 11010

Color Harmonies of #017682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017682

Black with #017682

Text Example


Text Example

White with #017682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017682; }

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

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

background-color css

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

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

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

border-color css

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

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

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