Html Css Color HEX #017485 Teal

📋 copy color: '#017485'

red 1 ◦ green 116 ◦ blue 133

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

Shades of Teal #017485

Tints of Teal #017485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 53.2%

R = 0.4%
G = 46.4%
B = 53.2%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#017485 (or 0x017485) is known color: Teal. HEX triplet: 01, 74 and 85. RGB value is (1,116,133). Sum of RGB (Red+Green+Blue) = 1+116+133=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #017485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017485 is #FE8B7A. Grayscale: #535353. Windows color (decimal): -16681851 or 8745985. OLE color: 8745985.

HSL color Cylindrical-coordinate representation of color #017485: hue angle of 187.73º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017485 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 116 133 -
CMYK 0.99 0.13 0 0.48
HSL 187.73º 0.99% 0.26% -
HSV(B) 187.73º 0.99% 0.52% -
XYZ 10.49 14.19 24.38 -
YUV 83.55 155.9 69.12 -
System Red Green Blue C M Y K H S L
Decimal 1 116 133 0.99 0.13 0 0.48 187.73 0.99 0.26
Hex 1 74 85 63 D 0 30 BC 63 1A
Octal 1 164 205 143 15 0 60 274 143 32
Binary 1 1110100 10000101 1100011 1101 0 110000 10111100 1100011 11010

Color Harmonies of #017485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017485

Black with #017485

Text Example


Text Example

White with #017485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017485; }

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

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

background-color css

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

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

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

border-color css

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

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

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