Html Css Color HEX #017785 Teal

📋 copy color: '#017785'

red 1 ◦ green 119 ◦ blue 133

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

Shades of Teal #017785

Tints of Teal #017785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.04%

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

R = 0.4%
G = 47.04%
B = 52.57%

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

#017785 (or 0x017785) is known color: Teal. HEX triplet: 01, 77 and 85. RGB value is (1,119,133). Sum of RGB (Red+Green+Blue) = 1+119+133=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #017785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017785 is #FE887A. Grayscale: #555555. Windows color (decimal): -16681083 or 8746753. OLE color: 8746753.

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

Color convert

RGB 1 119 133 -
CMYK 0.99 0.11 0 0.48
HSL 186.36º 0.99% 0.26% -
HSV(B) 186.36º 0.99% 0.52% -
XYZ 10.84 14.89 24.49 -
YUV 85.31 154.91 67.86 -
System Red Green Blue C M Y K H S L
Decimal 1 119 133 0.99 0.11 0 0.48 186.36 0.99 0.26
Hex 1 77 85 63 B 0 30 BA 63 1A
Octal 1 167 205 143 13 0 60 272 143 32
Binary 1 1110111 10000101 1100011 1011 0 110000 10111010 1100011 11010

Color Harmonies of #017785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017785

Black with #017785

Text Example


Text Example

White with #017785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017785; }

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

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

background-color css

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

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

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

border-color css

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

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

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