#2DA189

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

Shades of Niagara #2DA189

Tints of Niagara #2DA189

Color information

#2DA189 (or 0x2DA189) is unknown color: approx Niagara. HEX triplet: 2D, A1 and 89. RGB value is (45,161,137). Sum of RGB (Red+Green+Blue) = 45+161+137=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #2DA189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA189 is #D25E76. Grayscale: #7B7B7B. Windows color (decimal): -13786743 or 9019693. OLE color: 9019693.

HSL color Cylindrical-coordinate representation of color #2DA189: hue angle of 167.59º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA189 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB45161137-
CMYK0.7200.150.37
HSL167.59º56.31%40.39%-
HSV(B)167.59º72.05%63.14%-
XYZ18.3427.8528.08-
YUV123.58135.5771.95-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.12%
GREEN value IS 161 (63.28% from 255) = 46.94%
BLUE value IS 137 (53.91% from 255) = 39.94%
R=13.12%
G=46.94%
B=39.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal451611370.7200.150.37167.5956.3140.39
Hex2DA189480F25a83828
Octal55241211110017452507050
Binary101101101000011000100110010000111110010110101000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DA189; }

 p { color: rgb(45,161,137); }

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

<style>
 a { background-color: #2DA189; }

 a { background-color: rgb(45,161,137); }

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

<style>
 span { border-color: #2DA189; }

 span { border-color: rgb(45,161,137); }

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