Html Css Color HEX #017487 Teal

📋 copy color: '#017487'

red 1 ◦ green 116 ◦ blue 135

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

Shades of Teal #017487

Tints of Teal #017487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.03%

 BLUE value IS 135 (53.13% from 255) = 53.57%

R = 0.4%
G = 46.03%
B = 53.57%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#017487 (or 0x017487) is known color: Teal. HEX triplet: 01, 74 and 87. RGB value is (1,116,135). Sum of RGB (Red+Green+Blue) = 1+116+135=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #017487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017487 is #FE8B78. Grayscale: #535353. Windows color (decimal): -16681849 or 8877057. OLE color: 8877057.

HSL color Cylindrical-coordinate representation of color #017487: hue angle of 188.51º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017487 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 116 135 -
CMYK 0.99 0.14 0 0.47
HSL 188.51º 0.99% 0.27% -
HSV(B) 188.51º 0.99% 0.53% -
XYZ 10.63 14.25 25.11 -
YUV 83.78 156.9 68.96 -
System Red Green Blue C M Y K H S L
Decimal 1 116 135 0.99 0.14 0 0.47 188.51 0.99 0.27
Hex 1 74 87 63 E 0 2F BD 63 1B
Octal 1 164 207 143 16 0 57 275 143 33
Binary 1 1110100 10000111 1100011 1110 0 101111 10111101 1100011 11011

Color Harmonies of #017487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017487

Black with #017487

Text Example


Text Example

White with #017487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017487; }

 p { color: rgb(1,116,135); }

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

background-color css

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

 a { background-color: rgb(1,116,135); }

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

border-color css

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

 span { border-color: rgb(1,116,135); }

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