Html Css Color HEX #017889 Teal

📋 copy color: '#017889'

red 1 ◦ green 120 ◦ blue 137

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

Shades of Teal #017889

Tints of Teal #017889

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.51%

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

R = 0.39%
G = 46.51%
B = 53.1%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#017889 (or 0x017889) is known color: Teal. HEX triplet: 01, 78 and 89. RGB value is (1,120,137). Sum of RGB (Red+Green+Blue) = 1+120+137=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #017889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017889 is #FE8776. Grayscale: #565656. Windows color (decimal): -16680823 or 9009153. OLE color: 9009153.

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

Color convert

RGB 1 120 137 -
CMYK 0.99 0.12 0 0.46
HSL 187.5º 0.99% 0.27% -
HSV(B) 187.5º 0.99% 0.54% -
XYZ 11.24 15.25 26.02 -
YUV 86.36 156.58 67.12 -
System Red Green Blue C M Y K H S L
Decimal 1 120 137 0.99 0.12 0 0.46 187.5 0.99 0.27
Hex 1 78 89 63 C 0 2E BC 63 1B
Octal 1 170 211 143 14 0 56 274 143 33
Binary 1 1111000 10001001 1100011 1100 0 101110 10111100 1100011 11011

Color Harmonies of #017889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017889

Black with #017889

Text Example


Text Example

White with #017889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017889; }

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

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

background-color css

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

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

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

border-color css

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

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

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