Html Css Color HEX #017B89 Teal

📋 copy color: '#017B89'

red 1 ◦ green 123 ◦ blue 137

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

Shades of Teal #017B89

Tints of Teal #017B89

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.13%

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

R = 0.38%
G = 47.13%
B = 52.49%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#017B89 (or 0x017B89) is known color: Teal. HEX triplet: 01, 7B and 89. RGB value is (1,123,137). Sum of RGB (Red+Green+Blue) = 1+123+137=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #017B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017B89 is #FE8476. Grayscale: #575757. Windows color (decimal): -16680055 or 9009921. OLE color: 9009921.

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

Color convert

RGB 1 123 137 -
CMYK 0.99 0.10 0 0.46
HSL 186.18º 0.99% 0.27% -
HSV(B) 186.18º 0.99% 0.54% -
XYZ 11.61 15.98 26.14 -
YUV 88.12 155.58 65.86 -
System Red Green Blue C M Y K H S L
Decimal 1 123 137 0.99 0.10 0 0.46 186.18 0.99 0.27
Hex 1 7B 89 63 A 0 2E BA 63 1B
Octal 1 173 211 143 12 0 56 272 143 33
Binary 1 1111011 10001001 1100011 1010 0 101110 10111010 1100011 11011

Color Harmonies of #017B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017B89

Black with #017B89

Text Example


Text Example

White with #017B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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