Html Css Color HEX #017A87 Teal

📋 copy color: '#017A87'

red 1 ◦ green 122 ◦ blue 135

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

Shades of Teal #017A87

Tints of Teal #017A87

RGB

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

 GREEN value IS 122 (48.05% from 255) = 47.29%

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

R = 0.39%
G = 47.29%
B = 52.33%

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

#017A87 (or 0x017A87) is known color: Teal. HEX triplet: 01, 7A and 87. RGB value is (1,122,135). Sum of RGB (Red+Green+Blue) = 1+122+135=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #017A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017A87 is #FE8578. Grayscale: #575757. Windows color (decimal): -16680313 or 8878593. OLE color: 8878593.

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

Color convert

RGB 1 122 135 -
CMYK 0.99 0.10 0 0.47
HSL 185.82º 0.99% 0.27% -
HSV(B) 185.82º 0.99% 0.53% -
XYZ 11.35 15.67 25.35 -
YUV 87.3 154.91 66.44 -
System Red Green Blue C M Y K H S L
Decimal 1 122 135 0.99 0.10 0 0.47 185.82 0.99 0.27
Hex 1 7A 87 63 A 0 2F BA 63 1B
Octal 1 172 207 143 12 0 57 272 143 33
Binary 1 1111010 10000111 1100011 1010 0 101111 10111010 1100011 11011

Color Harmonies of #017A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A87

Black with #017A87

Text Example


Text Example

White with #017A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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