#1DA488

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

Shades of Niagara #1DA488

Tints of Niagara #1DA488

Color information

#1DA488 (or 0x1DA488) is unknown color: approx Niagara. HEX triplet: 1D, A4 and 88. RGB value is (29,164,136). Sum of RGB (Red+Green+Blue) = 29+164+136=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA488 is #E25B77. Grayscale: #787878. Windows color (decimal): -14834552 or 8954909. OLE color: 8954909.

HSL color Cylindrical-coordinate representation of color #1DA488: hue angle of 167.56º 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 #1DA488 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB29164136-
CMYK0.8200.170.36
HSL167.56º69.95%37.84%-
HSV(B)167.56º82.32%64.31%-
XYZ18.2328.5927.85-
YUV120.44136.7762.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.81%
GREEN value IS 164 (64.45% from 255) = 49.85%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=8.81%
G=49.85%
B=41.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal291641360.8200.170.36167.5669.9537.84
Hex1DA4885201124a84626
Octal352442101220214425010646
Binary1110110100100100010001010010010001100100101010001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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