#1DAD94

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

Shades of Niagara #1DAD94

Tints of Niagara #1DAD94

Color information

#1DAD94 (or 0x1DAD94) is unknown color: approx Niagara. HEX triplet: 1D, AD and 94. RGB value is (29,173,148). Sum of RGB (Red+Green+Blue) = 29+173+148=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAD94 is #E2526B. Grayscale: #7F7F7F. Windows color (decimal): -14832236 or 9743645. OLE color: 9743645.

HSL color Cylindrical-coordinate representation of color #1DAD94: hue angle of 169.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAD94 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB29173148-
CMYK0.8300.140.32
HSL169.58º71.29%39.61%-
HSV(B)169.58º83.24%67.84%-
XYZ20.832.2933.15-
YUV127.09139.7958.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.29%
GREEN value IS 173 (67.97% from 255) = 49.43%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=8.29%
G=49.43%
B=42.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal291731480.8300.140.32169.5871.2939.61
Hex1DAD94530E20aa4728
Octal352552241230164025210750
Binary111011010110110010100101001101110100000101010101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,173,148); }

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

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

 a { background-color: rgb(29,173,148); }

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

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

 span { border-color: rgb(29,173,148); }

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