#1DA892

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

Shades of Niagara #1DA892

Tints of Niagara #1DA892

Color information

#1DA892 (or 0x1DA892) is unknown color: approx Niagara. HEX triplet: 1D, A8 and 92. RGB value is (29,168,146). Sum of RGB (Red+Green+Blue) = 29+168+146=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 168 - color contains mainly: green. Hex color #1DA892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA892 is #E2576D. Grayscale: #7B7B7B. Windows color (decimal): -14833518 or 9611293. OLE color: 9611293.

HSL color Cylindrical-coordinate representation of color #1DA892: hue angle of 170.5º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA892 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB29168146-
CMYK0.8300.130.34
HSL170.5º70.56%38.63%-
HSV(B)170.5º82.74%65.88%-
XYZ19.730.3432.01-
YUV123.93140.4560.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.45%
GREEN value IS 168 (66.02% from 255) = 48.98%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=8.45%
G=48.98%
B=42.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal291681460.8300.130.34170.570.5638.63
Hex1DA892530D22ab4727
Octal352502221230154225310747
Binary111011010100010010010101001101101100010101010111000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,168,146); }

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

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

 a { background-color: rgb(29,168,146); }

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

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

 span { border-color: rgb(29,168,146); }

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