Html Css Color HEX #017685 Teal

📋 copy color: '#017685'

red 1 ◦ green 118 ◦ blue 133

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

Shades of Teal #017685

Tints of Teal #017685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.83%

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

R = 0.4%
G = 46.83%
B = 52.78%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#017685 (or 0x017685) is known color: Teal. HEX triplet: 01, 76 and 85. RGB value is (1,118,133). Sum of RGB (Red+Green+Blue) = 1+118+133=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #017685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017685 is #FE897A. Grayscale: #545454. Windows color (decimal): -16681339 or 8746497. OLE color: 8746497.

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

Color convert

RGB 1 118 133 -
CMYK 0.99 0.11 0 0.48
HSL 186.82º 0.99% 0.26% -
HSV(B) 186.82º 0.99% 0.52% -
XYZ 10.72 14.66 24.45 -
YUV 84.73 155.24 68.28 -
System Red Green Blue C M Y K H S L
Decimal 1 118 133 0.99 0.11 0 0.48 186.82 0.99 0.26
Hex 1 76 85 63 B 0 30 BB 63 1A
Octal 1 166 205 143 13 0 60 273 143 32
Binary 1 1110110 10000101 1100011 1011 0 110000 10111011 1100011 11010

Color Harmonies of #017685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017685

Black with #017685

Text Example


Text Example

White with #017685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017685; }

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

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

background-color css

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

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

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

border-color css

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

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

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