#1DA08C

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

Shades of Niagara #1DA08C

Tints of Niagara #1DA08C

Color information

#1DA08C (or 0x1DA08C) is unknown color: approx Niagara. HEX triplet: 1D, A0 and 8C. RGB value is (29,160,140). Sum of RGB (Red+Green+Blue) = 29+160+140=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA08C is #E25F73. Grayscale: #767676. Windows color (decimal): -14835572 or 9216029. OLE color: 9216029.

HSL color Cylindrical-coordinate representation of color #1DA08C: hue angle of 170.84º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA08C is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB29160140-
CMYK0.8200.120.37
HSL170.84º69.31%37.06%-
HSV(B)170.84º81.88%62.75%-
XYZ17.8127.329.14-
YUV118.55140.164.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.81%
GREEN value IS 160 (62.89% from 255) = 48.63%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=8.81%
G=48.63%
B=42.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal291601400.8200.120.37170.8469.3137.06
Hex1DA08C520C25ab4525
Octal352402141220144525310545
Binary111011010000010001100101001001100100101101010111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,160,140); }

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

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

 a { background-color: rgb(29,160,140); }

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

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

 span { border-color: rgb(29,160,140); }

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