Html Css Color HEX #017789 Teal

📋 copy color: '#017789'

red 1 ◦ green 119 ◦ blue 137

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

Shades of Teal #017789

Tints of Teal #017789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.31%

R = 0.39%
G = 46.3%
B = 53.31%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#017789 (or 0x017789) is known color: Teal. HEX triplet: 01, 77 and 89. RGB value is (1,119,137). Sum of RGB (Red+Green+Blue) = 1+119+137=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #017789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017789 is #FE8876. Grayscale: #555555. Windows color (decimal): -16681079 or 9008897. OLE color: 9008897.

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

Color convert

RGB 1 119 137 -
CMYK 0.99 0.13 0 0.46
HSL 187.94º 0.99% 0.27% -
HSV(B) 187.94º 0.99% 0.54% -
XYZ 11.12 15.01 25.98 -
YUV 85.77 156.91 67.54 -
System Red Green Blue C M Y K H S L
Decimal 1 119 137 0.99 0.13 0 0.46 187.94 0.99 0.27
Hex 1 77 89 63 D 0 2E BC 63 1B
Octal 1 167 211 143 15 0 56 274 143 33
Binary 1 1110111 10001001 1100011 1101 0 101110 10111100 1100011 11011

Color Harmonies of #017789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017789

Black with #017789

Text Example


Text Example

White with #017789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017789; }

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

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

background-color css

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

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

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

border-color css

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

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

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