#1D515D

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

Shades of Teal Blue #1D515D

Tints of Teal Blue #1D515D

Color information

#1D515D (or 0x1D515D) is unknown color: approx Teal Blue. HEX triplet: 1D, 51 and 5D. RGB value is (29,81,93). Sum of RGB (Red+Green+Blue) = 29+81+93=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D515D is #E2AEA2. Grayscale: #424242. Windows color (decimal): -14855843 or 6115613. OLE color: 6115613.

HSL color Cylindrical-coordinate representation of color #1D515D: hue angle of 191.25º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D515D is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB298193-
CMYK0.690.1300.64
HSL191.25º52.46%23.92%-
HSV(B)191.25º68.82%36.47%-
XYZ5.426.9411.41-
YUV66.82142.77101.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.29%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=14.29%
G=39.90%
B=45.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2981930.690.1300.64191.2552.4623.92
Hex1D515D45D040bf3418
Octal351211351051501002776430
Binary111011010001101110110001011101010000001011111111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,81,93); }

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

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

 a { background-color: rgb(29,81,93); }

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

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

 span { border-color: rgb(29,81,93); }

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