#1DA48A

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

Shades of Niagara #1DA48A

Tints of Niagara #1DA48A

Color information

#1DA48A (or 0x1DA48A) is unknown color: approx Niagara. HEX triplet: 1D, A4 and 8A. RGB value is (29,164,138). Sum of RGB (Red+Green+Blue) = 29+164+138=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA48A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA48A is #E25B75. Grayscale: #787878. Windows color (decimal): -14834550 or 9085981. OLE color: 9085981.

HSL color Cylindrical-coordinate representation of color #1DA48A: hue angle of 168.44º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA48A is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB29164138-
CMYK0.8200.160.36
HSL168.44º69.95%37.84%-
HSV(B)168.44º82.32%64.31%-
XYZ18.3728.6528.61-
YUV120.67137.7762.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.76%
GREEN value IS 164 (64.45% from 255) = 49.55%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=8.76%
G=49.55%
B=41.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal291641380.8200.160.36168.4469.9537.84
Hex1DA48A5201024a84626
Octal352442121220204425010646
Binary1110110100100100010101010010010000100100101010001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,164,138); }

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

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

 a { background-color: rgb(29,164,138); }

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

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

 span { border-color: rgb(29,164,138); }

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