Html Css Color HEX #017E8B Teal

📋 copy color: '#017E8B'

red 1 ◦ green 126 ◦ blue 139

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

Shades of Teal #017E8B

Tints of Teal #017E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.37%

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

R = 0.38%
G = 47.37%
B = 52.26%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#017E8B (or 0x017E8B) is known color: Teal. HEX triplet: 01, 7E and 8B. RGB value is (1,126,139). Sum of RGB (Red+Green+Blue) = 1+126+139=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #017E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017E8B is #FE8174. Grayscale: #595959. Windows color (decimal): -16679285 or 9141761. OLE color: 9141761.

HSL color Cylindrical-coordinate representation of color #017E8B: hue angle of 185.65º 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 #017E8B is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 126 139 -
CMYK 0.99 0.09 0 0.45
HSL 185.65º 0.99% 0.27% -
HSV(B) 185.65º 0.99% 0.55% -
XYZ 12.13 16.79 27.03 -
YUV 90.11 155.59 64.44 -
System Red Green Blue C M Y K H S L
Decimal 1 126 139 0.99 0.09 0 0.45 185.65 0.99 0.27
Hex 1 7E 8B 63 9 0 2D BA 63 1B
Octal 1 176 213 143 11 0 55 272 143 33
Binary 1 1111110 10001011 1100011 1001 0 101101 10111010 1100011 11011

Color Harmonies of #017E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017E8B

Black with #017E8B

Text Example


Text Example

White with #017E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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