#1DA188

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

Shades of Niagara #1DA188

Tints of Niagara #1DA188

Color information

#1DA188 (or 0x1DA188) is unknown color: approx Niagara. HEX triplet: 1D, A1 and 88. RGB value is (29,161,136). Sum of RGB (Red+Green+Blue) = 29+161+136=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA188 is #E25E77. Grayscale: #767676. Windows color (decimal): -14835320 or 8954141. OLE color: 8954141.

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

Color convert

RGB29161136-
CMYK0.8200.160.37
HSL168.64º69.47%37.25%-
HSV(B)168.64º81.99%63.14%-
XYZ17.727.5327.67-
YUV118.68137.7764.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.90%
GREEN value IS 161 (63.28% from 255) = 49.39%
BLUE value IS 136 (53.52% from 255) = 41.72%
R=8.90%
G=49.39%
B=41.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal291611360.8200.160.37168.6469.4737.25
Hex1DA1885201025a94525
Octal352412101220204525110545
Binary1110110100001100010001010010010000100101101010011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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