Html Css Color HEX #017285 Teal

📋 copy color: '#017285'

red 1 ◦ green 114 ◦ blue 133

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

Shades of Teal #017285

Tints of Teal #017285

RGB

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

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

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

R = 0.4%
G = 45.97%
B = 53.63%

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

#017285 (or 0x017285) is known color: Teal. HEX triplet: 01, 72 and 85. RGB value is (1,114,133). Sum of RGB (Red+Green+Blue) = 1+114+133=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #017285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017285 is #FE8D7A. Grayscale: #525252. Windows color (decimal): -16682363 or 8745473. OLE color: 8745473.

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

Color convert

RGB 1 114 133 -
CMYK 0.99 0.14 0 0.48
HSL 188.64º 0.99% 0.26% -
HSV(B) 188.64º 0.99% 0.52% -
XYZ 10.26 13.73 24.3 -
YUV 82.38 156.56 69.96 -
System Red Green Blue C M Y K H S L
Decimal 1 114 133 0.99 0.14 0 0.48 188.64 0.99 0.26
Hex 1 72 85 63 E 0 30 BD 63 1A
Octal 1 162 205 143 16 0 60 275 143 32
Binary 1 1110010 10000101 1100011 1110 0 110000 10111101 1100011 11010

Color Harmonies of #017285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017285

Black with #017285

Text Example


Text Example

White with #017285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017285; }

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

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

background-color css

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

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

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

border-color css

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

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

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