#2DAD93

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

Shades of Niagara #2DAD93

Tints of Niagara #2DAD93

Color information

#2DAD93 (or 0x2DAD93) is unknown color: approx Niagara. HEX triplet: 2D, AD and 93. RGB value is (45,173,147). Sum of RGB (Red+Green+Blue) = 45+173+147=365 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.33% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAD93 is #D2526C. Grayscale: #838383. Windows color (decimal): -13783661 or 9678125. OLE color: 9678125.

HSL color Cylindrical-coordinate representation of color #2DAD93: hue angle of 167.81º 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 #2DAD93 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB45173147-
CMYK0.7400.150.32
HSL167.81º58.72%42.75%-
HSV(B)167.81º73.99%67.84%-
XYZ21.2932.5532.76-
YUV131.76136.5966.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.33%
GREEN value IS 173 (67.97% from 255) = 47.40%
BLUE value IS 147 (57.81% from 255) = 40.27%
R=12.33%
G=47.40%
B=40.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal451731470.7400.150.32167.8158.7242.75
Hex2DAD934A0F20a83b2b
Octal55255223112017402507353
Binary101101101011011001001110010100111110000010101000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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