Html Css Color HEX #017082 Teal

📋 copy color: '#017082'

red 1 ◦ green 112 ◦ blue 130

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

Shades of Teal #017082

Tints of Teal #017082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.09%

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

R = 0.41%
G = 46.09%
B = 53.5%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#017082 (or 0x017082) is known color: Teal. HEX triplet: 01, 70 and 82. RGB value is (1,112,130). Sum of RGB (Red+Green+Blue) = 1+112+130=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #017082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017082 is #FE8F7D. Grayscale: #505050. Windows color (decimal): -16682878 or 8548353. OLE color: 8548353.

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

Color convert

RGB 1 112 130 -
CMYK 0.99 0.14 0 0.49
HSL 188.37º 0.98% 0.26% -
HSV(B) 188.37º 0.99% 0.51% -
XYZ 9.84 13.21 23.15 -
YUV 80.86 155.73 71.04 -
System Red Green Blue C M Y K H S L
Decimal 1 112 130 0.99 0.14 0 0.49 188.37 0.98 0.26
Hex 1 70 82 63 E 0 31 BC 62 1A
Octal 1 160 202 143 16 0 61 274 142 32
Binary 1 1110000 10000010 1100011 1110 0 110001 10111100 1100010 11010

Color Harmonies of #017082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017082

Black with #017082

Text Example


Text Example

White with #017082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017082; }

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

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

background-color css

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

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

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

border-color css

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

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

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