Html Css Color HEX #017287 Teal

📋 copy color: '#017287'

red 1 ◦ green 114 ◦ blue 135

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

Shades of Teal #017287

Tints of Teal #017287

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.6%

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

R = 0.4%
G = 45.6%
B = 54%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#017287 (or 0x017287) is known color: Teal. HEX triplet: 01, 72 and 87. RGB value is (1,114,135). Sum of RGB (Red+Green+Blue) = 1+114+135=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #017287 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017287 is #FE8D78. Grayscale: #525252. Windows color (decimal): -16682361 or 8876545. OLE color: 8876545.

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

Color convert

RGB 1 114 135 -
CMYK 0.99 0.16 0 0.47
HSL 189.4º 0.99% 0.27% -
HSV(B) 189.4º 0.99% 0.53% -
XYZ 10.4 13.79 25.04 -
YUV 82.61 157.56 69.79 -
System Red Green Blue C M Y K H S L
Decimal 1 114 135 0.99 0.16 0 0.47 189.4 0.99 0.27
Hex 1 72 87 63 10 0 2F BD 63 1B
Octal 1 162 207 143 20 0 57 275 143 33
Binary 1 1110010 10000111 1100011 10000 0 101111 10111101 1100011 11011

Color Harmonies of #017287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017287

Black with #017287

Text Example


Text Example

White with #017287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017287; }

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

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

background-color css

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

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

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

border-color css

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

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

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