#1D514A

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

Shades of Deep Teal #1D514A

Tints of Deep Teal #1D514A

Color information

#1D514A (or 0x1D514A) is unknown color: approx Deep Teal. HEX triplet: 1D, 51 and 4A. RGB value is (29,81,74). Sum of RGB (Red+Green+Blue) = 29+81+74=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #1D514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D514A is #E2AEB5. Grayscale: #404040. Windows color (decimal): -14855862 or 4870429. OLE color: 4870429.

HSL color Cylindrical-coordinate representation of color #1D514A: hue angle of 171.92º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D514A is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB298174-
CMYK0.6400.090.68
HSL171.92º47.27%21.57%-
HSV(B)171.92º64.2%31.76%-
XYZ4.696.647.51-
YUV64.65133.27102.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.76%
GREEN value IS 81 (32.03% from 255) = 44.02%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=15.76%
G=44.02%
B=40.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2981740.6400.090.68171.9247.2721.57
Hex1D514A400944ac2f16
Octal351211121000111042545726
Binary111011010001100101010000000100110001001010110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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