Html Css Color HEX #017A89 Teal

📋 copy color: '#017A89'

red 1 ◦ green 122 ◦ blue 137

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

Shades of Teal #017A89

Tints of Teal #017A89

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.92%

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

R = 0.38%
G = 46.92%
B = 52.69%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#017A89 (or 0x017A89) is known color: Teal. HEX triplet: 01, 7A and 89. RGB value is (1,122,137). Sum of RGB (Red+Green+Blue) = 1+122+137=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #017A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017A89 is #FE8576. Grayscale: #575757. Windows color (decimal): -16680311 or 9009665. OLE color: 9009665.

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

Color convert

RGB 1 122 137 -
CMYK 0.99 0.11 0 0.46
HSL 186.62º 0.99% 0.27% -
HSV(B) 186.62º 0.99% 0.54% -
XYZ 11.49 15.73 26.1 -
YUV 87.53 155.91 66.28 -
System Red Green Blue C M Y K H S L
Decimal 1 122 137 0.99 0.11 0 0.46 186.62 0.99 0.27
Hex 1 7A 89 63 B 0 2E BB 63 1B
Octal 1 172 211 143 13 0 56 273 143 33
Binary 1 1111010 10001001 1100011 1011 0 101110 10111011 1100011 11011

Color Harmonies of #017A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A89

Black with #017A89

Text Example


Text Example

White with #017A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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