Html Css Color HEX #017582 Teal

📋 copy color: '#017582'

red 1 ◦ green 117 ◦ blue 130

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

Shades of Teal #017582

Tints of Teal #017582

RGB

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

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

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

R = 0.4%
G = 47.18%
B = 52.42%

CMYK

 C value IS 0.99

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#017582 (or 0x017582) is known color: Teal. HEX triplet: 01, 75 and 82. RGB value is (1,117,130). Sum of RGB (Red+Green+Blue) = 1+117+130=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #017582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017582 is #FE8A7D. Grayscale: #535353. Windows color (decimal): -16681598 or 8549633. OLE color: 8549633.

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

Color convert

RGB 1 117 130 -
CMYK 0.99 0.1 0 0.49
HSL 186.05º 0.98% 0.26% -
HSV(B) 186.05º 0.99% 0.51% -
XYZ 10.4 14.34 23.34 -
YUV 83.8 154.07 68.94 -
System Red Green Blue C M Y K H S L
Decimal 1 117 130 0.99 0.1 0 0.49 186.05 0.98 0.26
Hex 1 75 82 63 A 0 31 BA 62 1A
Octal 1 165 202 143 12 0 61 272 142 32
Binary 1 1110101 10000010 1100011 1010 0 110001 10111010 1100010 11010

Color Harmonies of #017582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017582

Black with #017582

Text Example


Text Example

White with #017582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017582; }

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

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

background-color css

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

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

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

border-color css

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

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

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