#2DAD95

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

Shades of Niagara #2DAD95

Tints of Niagara #2DAD95

Color information

#2DAD95 (or 0x2DAD95) is unknown color: approx Niagara. HEX triplet: 2D, AD and 95. RGB value is (45,173,149). Sum of RGB (Red+Green+Blue) = 45+173+149=367 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.26% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAD95 is #D2526A. Grayscale: #838383. Windows color (decimal): -13783659 or 9809197. OLE color: 9809197.

HSL color Cylindrical-coordinate representation of color #2DAD95: hue angle of 168.75º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAD95 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB45173149-
CMYK0.7400.140.32
HSL168.75º58.72%42.75%-
HSV(B)168.75º73.99%67.84%-
XYZ21.4532.6133.6-
YUV131.99137.5965.95-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.26%
GREEN value IS 173 (67.97% from 255) = 47.14%
BLUE value IS 149 (58.59% from 255) = 40.60%
R=12.26%
G=47.14%
B=40.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal451731490.7400.140.32168.7558.7242.75
Hex2DAD954A0E20a93b2b
Octal55255225112016402517353
Binary101101101011011001010110010100111010000010101001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,173,149); }

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

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

 a { background-color: rgb(45,173,149); }

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

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

 span { border-color: rgb(45,173,149); }

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