#17808A

Color #17808A Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #17808A

Tints of Teal #17808A

Color information

#17808A (or 0x17808A) is unknown color: approx Teal. HEX triplet: 17, 80 and 8A. RGB value is (23,128,138). Sum of RGB (Red+Green+Blue) = 23+128+138=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #17808A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17808A is #E87F75. Grayscale: #616161. Windows color (decimal): -15236982 or 9076759. OLE color: 9076759.

HSL color Cylindrical-coordinate representation of color #17808A: hue angle of 185.22º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17808A is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB23128138-
CMYK0.830.0700.46
HSL185.22º71.43%31.57%-
HSV(B)185.22º83.33%54.12%-
XYZ12.6617.4626.75-
YUV97.74150.7174.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.96%
GREEN value IS 128 (50.39% from 255) = 44.29%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=7.96%
G=44.29%
B=47.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal231281380.830.0700.46185.2271.4331.57
Hex17808A53702Eb94720
Octal27200212123705627110740
Binary10111100000001000101010100111110101110101110011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17808A; }

 p { color: rgb(23,128,138); }

 H1.HeaderClassName
 {
   color: #17808A;
 }
 .AnyTagClassName
 {
   color: #17808A;
 }
</style>
background-color css

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

 a { background-color: rgb(23,128,138); }

 div.DivClassName
 {
   background-color: #17808A;
 }
 .BgClassName
 {
   background-color: #17808A;
 }
</style>
border-color css

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

 span { border-color: rgb(23,128,138); }

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