Html Css Color HEX #017C8E Teal

📋 copy color: '#017C8E'

red 1 ◦ green 124 ◦ blue 142

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

Shades of Teal #017C8E

Tints of Teal #017C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.44%

 BLUE value IS 142 (55.86% from 255) = 53.18%

R = 0.37%
G = 46.44%
B = 53.18%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#017C8E (or 0x017C8E) is known color: Teal. HEX triplet: 01, 7C and 8E. RGB value is (1,124,142). Sum of RGB (Red+Green+Blue) = 1+124+142=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #017C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017C8E is #FE8371. Grayscale: #595959. Windows color (decimal): -16679794 or 9337857. OLE color: 9337857.

HSL color Cylindrical-coordinate representation of color #017C8E: hue angle of 187.66º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C8E is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 124 142 -
CMYK 0.99 0.13 0 0.44
HSL 187.66º 0.99% 0.28% -
HSV(B) 187.66º 0.99% 0.56% -
XYZ 12.1 16.37 28.11 -
YUV 89.28 157.75 65.04 -
System Red Green Blue C M Y K H S L
Decimal 1 124 142 0.99 0.13 0 0.44 187.66 0.99 0.28
Hex 1 7C 8E 63 D 0 2C BC 63 1C
Octal 1 174 216 143 15 0 54 274 143 34
Binary 1 1111100 10001110 1100011 1101 0 101100 10111100 1100011 11100

Color Harmonies of #017C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017C8E

Black with #017C8E

Text Example


Text Example

White with #017C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017C8E; }

 p { color: rgb(1,124,142); }

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

background-color css

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

 a { background-color: rgb(1,124,142); }

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

border-color css

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

 span { border-color: rgb(1,124,142); }

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