Html Css Color HEX #017C8B Teal

📋 copy color: '#017C8B'

red 1 ◦ green 124 ◦ blue 139

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

Shades of Teal #017C8B

Tints of Teal #017C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.65%

R = 0.38%
G = 46.97%
B = 52.65%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#017C8B (or 0x017C8B) is known color: Teal. HEX triplet: 01, 7C and 8B. RGB value is (1,124,139). Sum of RGB (Red+Green+Blue) = 1+124+139=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #017C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017C8B is #FE8374. Grayscale: #585858. Windows color (decimal): -16679797 or 9141249. OLE color: 9141249.

HSL color Cylindrical-coordinate representation of color #017C8B: hue angle of 186.52º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017C8B is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 124 139 -
CMYK 0.99 0.11 0 0.45
HSL 186.52º 0.99% 0.27% -
HSV(B) 186.52º 0.99% 0.55% -
XYZ 11.88 16.29 26.94 -
YUV 88.93 156.25 65.28 -
System Red Green Blue C M Y K H S L
Decimal 1 124 139 0.99 0.11 0 0.45 186.52 0.99 0.27
Hex 1 7C 8B 63 B 0 2D BB 63 1B
Octal 1 174 213 143 13 0 55 273 143 33
Binary 1 1111100 10001011 1100011 1011 0 101101 10111011 1100011 11011

Color Harmonies of #017C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017C8B

Black with #017C8B

Text Example


Text Example

White with #017C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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