Html Css Color HEX #017282 Teal

📋 copy color: '#017282'

red 1 ◦ green 114 ◦ blue 130

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

Shades of Teal #017282

Tints of Teal #017282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.53%

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

R = 0.41%
G = 46.53%
B = 53.06%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#017282 (or 0x017282) is known color: Teal. HEX triplet: 01, 72 and 82. RGB value is (1,114,130). Sum of RGB (Red+Green+Blue) = 1+114+130=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #017282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017282 is #FE8D7D. Grayscale: #515151. Windows color (decimal): -16682366 or 8548865. OLE color: 8548865.

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

Color convert

RGB 1 114 130 -
CMYK 0.99 0.12 0 0.49
HSL 187.44º 0.98% 0.26% -
HSV(B) 187.44º 0.99% 0.51% -
XYZ 10.06 13.65 23.22 -
YUV 82.04 155.06 70.2 -
System Red Green Blue C M Y K H S L
Decimal 1 114 130 0.99 0.12 0 0.49 187.44 0.98 0.26
Hex 1 72 82 63 C 0 31 BB 62 1A
Octal 1 162 202 143 14 0 61 273 142 32
Binary 1 1110010 10000010 1100011 1100 0 110001 10111011 1100010 11010

Color Harmonies of #017282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017282

Black with #017282

Text Example


Text Example

White with #017282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017282; }

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

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

background-color css

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

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

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

border-color css

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

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

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