Html Css Color HEX #017382 Teal

📋 copy color: '#017382'

red 1 ◦ green 115 ◦ blue 130

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

Shades of Teal #017382

Tints of Teal #017382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.75%

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

R = 0.41%
G = 46.75%
B = 52.85%

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

#017382 (or 0x017382) is known color: Teal. HEX triplet: 01, 73 and 82. RGB value is (1,115,130). Sum of RGB (Red+Green+Blue) = 1+115+130=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #017382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017382 is #FE8C7D. Grayscale: #525252. Windows color (decimal): -16682110 or 8549121. OLE color: 8549121.

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

Color convert

RGB 1 115 130 -
CMYK 0.99 0.12 0 0.49
HSL 186.98º 0.98% 0.26% -
HSV(B) 186.98º 0.99% 0.51% -
XYZ 10.17 13.88 23.26 -
YUV 82.62 154.73 69.78 -
System Red Green Blue C M Y K H S L
Decimal 1 115 130 0.99 0.12 0 0.49 186.98 0.98 0.26
Hex 1 73 82 63 C 0 31 BB 62 1A
Octal 1 163 202 143 14 0 61 273 142 32
Binary 1 1110011 10000010 1100011 1100 0 110001 10111011 1100010 11010

Color Harmonies of #017382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017382

Black with #017382

Text Example


Text Example

White with #017382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017382; }

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

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

background-color css

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

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

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

border-color css

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

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

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