Html Css Color HEX #017385 Teal

📋 copy color: '#017385'

red 1 ◦ green 115 ◦ blue 133

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

Shades of Teal #017385

Tints of Teal #017385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.18%

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

R = 0.4%
G = 46.18%
B = 53.41%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#017385 (or 0x017385) is known color: Teal. HEX triplet: 01, 73 and 85. RGB value is (1,115,133). Sum of RGB (Red+Green+Blue) = 1+115+133=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #017385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017385 is #FE8C7A. Grayscale: #525252. Windows color (decimal): -16682107 or 8745729. OLE color: 8745729.

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

Color convert

RGB 1 115 133 -
CMYK 0.99 0.14 0 0.48
HSL 188.18º 0.99% 0.26% -
HSV(B) 188.18º 0.99% 0.52% -
XYZ 10.38 13.96 24.34 -
YUV 82.97 156.23 69.54 -
System Red Green Blue C M Y K H S L
Decimal 1 115 133 0.99 0.14 0 0.48 188.18 0.99 0.26
Hex 1 73 85 63 E 0 30 BC 63 1A
Octal 1 163 205 143 16 0 60 274 143 32
Binary 1 1110011 10000101 1100011 1110 0 110000 10111100 1100011 11010

Color Harmonies of #017385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017385

Black with #017385

Text Example


Text Example

White with #017385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017385; }

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

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

background-color css

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

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

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

border-color css

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

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

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