Html Css Color HEX #1D4D58 Teal Blue

📋 copy color: '#1D4D58'

red 29 ◦ green 77 ◦ blue 88

#1D4D58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #1D4D58

Tints of Teal Blue #1D4D58

RGB

 RED value IS 29 (11.72% from 255) = 14.95%

 GREEN value IS 77 (30.47% from 255) = 39.69%

 BLUE value IS 88 (34.77% from 255) = 45.36%

R = 14.95%
G = 39.69%
B = 45.36%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D4D58 (or 0x1D4D58) is known color: Teal Blue. HEX triplet: 1D, 4D and 58. RGB value is (29,77,88). Sum of RGB (Red+Green+Blue) = 29+77+88=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D4D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D4D58 is #E2B2A7. Grayscale: #3F3F3F. Windows color (decimal): -14856872 or 5786909. OLE color: 5786909.

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

Color convert

RGB 29 77 88 -
CMYK 0.67 0.12 0 0.65
HSL 191.19º 0.5% 0.23% -
HSV(B) 191.19º 0.67% 0.35% -
XYZ 4.92 6.27 10.18 -
YUV 63.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 29 77 88 0.67 0.12 0 0.65 191.19 0.5 0.23
Hex 1D 4D 58 43 C 0 41 BF 32 17
Octal 35 115 130 103 14 0 101 277 62 27
Binary 11101 1001101 1011000 1000011 1100 0 1000001 10111111 110010 10111

Color Harmonies of #1D4D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4D58

Black with #1D4D58

Text Example


Text Example

White with #1D4D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,77,88); }

 H1.HeaderClassName
 {
   color: #1D4D58;
 }
 .AnyTagClassName
 {
   color: #1D4D58;
 }
</style>

background-color css

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

 a { background-color: rgb(29,77,88); }

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

border-color css

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

 span { border-color: rgb(29,77,88); }

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