Html Css Color HEX #017B87 Teal

📋 copy color: '#017B87'

red 1 ◦ green 123 ◦ blue 135

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

Shades of Teal #017B87

Tints of Teal #017B87

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.49%

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

R = 0.39%
G = 47.49%
B = 52.12%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#017B87 (or 0x017B87) is known color: Teal. HEX triplet: 01, 7B and 87. RGB value is (1,123,135). Sum of RGB (Red+Green+Blue) = 1+123+135=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #017B87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017B87 is #FE8478. Grayscale: #575757. Windows color (decimal): -16680057 or 8878849. OLE color: 8878849.

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

Color convert

RGB 1 123 135 -
CMYK 0.99 0.09 0 0.47
HSL 185.37º 0.99% 0.27% -
HSV(B) 185.37º 0.99% 0.53% -
XYZ 11.47 15.92 25.39 -
YUV 87.89 154.58 66.02 -
System Red Green Blue C M Y K H S L
Decimal 1 123 135 0.99 0.09 0 0.47 185.37 0.99 0.27
Hex 1 7B 87 63 9 0 2F B9 63 1B
Octal 1 173 207 143 11 0 57 271 143 33
Binary 1 1111011 10000111 1100011 1001 0 101111 10111001 1100011 11011

Color Harmonies of #017B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017B87

Black with #017B87

Text Example


Text Example

White with #017B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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