#1D5257

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

Shades of Teal Blue #1D5257

Tints of Teal Blue #1D5257

Color information

#1D5257 (or 0x1D5257) is unknown color: approx Teal Blue. HEX triplet: 1D, 52 and 57. RGB value is (29,82,87). Sum of RGB (Red+Green+Blue) = 29+82+87=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #1D5257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5257 is #E2ADA8. Grayscale: #424242. Windows color (decimal): -14855593 or 5722653. OLE color: 5722653.

HSL color Cylindrical-coordinate representation of color #1D5257: hue angle of 185.17º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5257 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB298287-
CMYK0.670.0600.66
HSL185.17º50%22.75%-
HSV(B)185.17º66.67%34.12%-
XYZ5.246.9810.09-
YUV66.72139.44101.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.65%
GREEN value IS 82 (32.42% from 255) = 41.41%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=14.65%
G=41.41%
B=43.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2982870.670.0600.66185.175022.75
Hex1D5257436042b93217
Octal35122127103601022716227
Binary11101101001010101111000011110010000101011100111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D5257; }

 p { color: rgb(29,82,87); }

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

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

 a { background-color: rgb(29,82,87); }

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

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

 span { border-color: rgb(29,82,87); }

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