Html Css Color HEX #017380 Teal

📋 copy color: '#017380'

red 1 ◦ green 115 ◦ blue 128

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

Shades of Teal #017380

Tints of Teal #017380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.46%

R = 0.41%
G = 47.13%
B = 52.46%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#017380 (or 0x017380) is known color: Teal. HEX triplet: 01, 73 and 80. RGB value is (1,115,128). Sum of RGB (Red+Green+Blue) = 1+115+128=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #017380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017380 is #FE8C7F. Grayscale: #525252. Windows color (decimal): -16682112 or 8418049. OLE color: 8418049.

HSL color Cylindrical-coordinate representation of color #017380: hue angle of 186.14º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017380 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 115 128 -
CMYK 0.99 0.10 0 0.50
HSL 186.14º 0.98% 0.25% -
HSV(B) 186.14º 0.99% 0.5% -
XYZ 10.04 13.83 22.56 -
YUV 82.4 153.73 69.94 -
System Red Green Blue C M Y K H S L
Decimal 1 115 128 0.99 0.10 0 0.50 186.14 0.98 0.25
Hex 1 73 80 63 A 0 32 BA 62 19
Octal 1 163 200 143 12 0 62 272 142 31
Binary 1 1110011 10000000 1100011 1010 0 110010 10111010 1100010 11001

Color Harmonies of #017380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017380

Black with #017380

Text Example


Text Example

White with #017380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017380; }

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

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

background-color css

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

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

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

border-color css

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

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

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