#2DAC93

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

Shades of Niagara #2DAC93

Tints of Niagara #2DAC93

Color information

#2DAC93 (or 0x2DAC93) is unknown color: approx Niagara. HEX triplet: 2D, AC and 93. RGB value is (45,172,147). Sum of RGB (Red+Green+Blue) = 45+172+147=364 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.36% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAC93 is #D2536C. Grayscale: #838383. Windows color (decimal): -13783917 or 9677869. OLE color: 9677869.

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

Color convert

RGB45172147-
CMYK0.7400.150.33
HSL168.19º58.53%42.55%-
HSV(B)168.19º73.84%67.45%-
XYZ21.132.1732.7-
YUV131.18136.9266.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.36%
GREEN value IS 172 (67.58% from 255) = 47.25%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=12.36%
G=47.25%
B=40.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451721470.7400.150.33168.1958.5342.55
Hex2DAC934A0F21a83b2b
Octal55254223112017412507353
Binary101101101011001001001110010100111110000110101000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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