#1D484E

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

Shades of Teal Blue #1D484E

Tints of Teal Blue #1D484E

Color information

#1D484E (or 0x1D484E) is unknown color: approx Teal Blue. HEX triplet: 1D, 48 and 4E. RGB value is (29,72,78). Sum of RGB (Red+Green+Blue) = 29+72+78=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D484E is #E2B7B1. Grayscale: #3B3B3B. Windows color (decimal): -14858162 or 5130269. OLE color: 5130269.

HSL color Cylindrical-coordinate representation of color #1D484E: hue angle of 187.35º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D484E is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB297278-
CMYK0.630.0800.69
HSL187.35º45.79%20.98%-
HSV(B)187.35º62.82%30.59%-
XYZ4.25.458.04-
YUV59.83138.25106.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.20%
GREEN value IS 72 (28.52% from 255) = 40.22%
BLUE value IS 78 (30.86% from 255) = 43.58%
R=16.20%
G=40.22%
B=43.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2972780.630.0800.69187.3545.7920.98
Hex1D484E3F8045bb2e15
Octal35110116771001052735625
Binary11101100100010011101111111000010001011011101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,72,78); }

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

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

 a { background-color: rgb(29,72,78); }

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

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

 span { border-color: rgb(29,72,78); }

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