Html Css Color HEX #017589 Teal

📋 copy color: '#017589'

red 1 ◦ green 117 ◦ blue 137

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

Shades of Teal #017589

Tints of Teal #017589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.88%

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

R = 0.39%
G = 45.88%
B = 53.73%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#017589 (or 0x017589) is known color: Teal. HEX triplet: 01, 75 and 89. RGB value is (1,117,137). Sum of RGB (Red+Green+Blue) = 1+117+137=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #017589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017589 is #FE8A76. Grayscale: #545454. Windows color (decimal): -16681591 or 9008385. OLE color: 9008385.

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

Color convert

RGB 1 117 137 -
CMYK 0.99 0.15 0 0.46
HSL 188.82º 0.99% 0.27% -
HSV(B) 188.82º 0.99% 0.54% -
XYZ 10.89 14.54 25.9 -
YUV 84.6 157.57 68.37 -
System Red Green Blue C M Y K H S L
Decimal 1 117 137 0.99 0.15 0 0.46 188.82 0.99 0.27
Hex 1 75 89 63 F 0 2E BD 63 1B
Octal 1 165 211 143 17 0 56 275 143 33
Binary 1 1110101 10001001 1100011 1111 0 101110 10111101 1100011 11011

Color Harmonies of #017589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017589

Black with #017589

Text Example


Text Example

White with #017589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017589; }

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

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

background-color css

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

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

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

border-color css

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

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

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