Html Css Color HEX #017987 Teal

📋 copy color: '#017987'

red 1 ◦ green 121 ◦ blue 135

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

Shades of Teal #017987

Tints of Teal #017987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.08%

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

R = 0.39%
G = 47.08%
B = 52.53%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#017987 (or 0x017987) is known color: Teal. HEX triplet: 01, 79 and 87. RGB value is (1,121,135). Sum of RGB (Red+Green+Blue) = 1+121+135=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #017987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017987 is #FE8678. Grayscale: #565656. Windows color (decimal): -16680569 or 8878337. OLE color: 8878337.

HSL color Cylindrical-coordinate representation of color #017987: hue angle of 186.27º 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 #017987 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 121 135 -
CMYK 0.99 0.10 0 0.47
HSL 186.27º 0.99% 0.27% -
HSV(B) 186.27º 0.99% 0.53% -
XYZ 11.22 15.43 25.31 -
YUV 86.72 155.24 66.86 -
System Red Green Blue C M Y K H S L
Decimal 1 121 135 0.99 0.10 0 0.47 186.27 0.99 0.27
Hex 1 79 87 63 A 0 2F BA 63 1B
Octal 1 171 207 143 12 0 57 272 143 33
Binary 1 1111001 10000111 1100011 1010 0 101111 10111010 1100011 11011

Color Harmonies of #017987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017987

Black with #017987

Text Example


Text Example

White with #017987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017987; }

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

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

background-color css

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

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

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

border-color css

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

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

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