#19525B

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

Shades of Teal Blue #19525B

Tints of Teal Blue #19525B

Color information

#19525B (or 0x19525B) is unknown color: approx Teal Blue. HEX triplet: 19, 52 and 5B. RGB value is (25,82,91). Sum of RGB (Red+Green+Blue) = 25+82+91=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #19525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19525B is #E6ADA4. Grayscale: #414141. Windows color (decimal): -15117733 or 5984793. OLE color: 5984793.

HSL color Cylindrical-coordinate representation of color #19525B: hue angle of 188.18º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19525B is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB258291-
CMYK0.730.1000.64
HSL188.18º56.9%22.75%-
HSV(B)188.18º72.53%35.69%-
XYZ5.31710.97-
YUV65.98142.1298.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.63%
GREEN value IS 82 (32.42% from 255) = 41.41%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=12.63%
G=41.41%
B=45.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2582910.730.1000.64188.1856.922.75
Hex19525B49A040bc3917
Octal311221331111201002747127
Binary110011010010101101110010011010010000001011110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19525B; }

 p { color: rgb(25,82,91); }

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

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

 a { background-color: rgb(25,82,91); }

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

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

 span { border-color: rgb(25,82,91); }

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