#2DAF99

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

Shades of Niagara #2DAF99

Tints of Niagara #2DAF99

Color information

#2DAF99 (or 0x2DAF99) is unknown color: approx Niagara. HEX triplet: 2D, AF and 99. RGB value is (45,175,153). Sum of RGB (Red+Green+Blue) = 45+175+153=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAF99 is #D25066. Grayscale: #858585. Windows color (decimal): -13783143 or 10071853. OLE color: 10071853.

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

Color convert

RGB45175153-
CMYK0.7400.130.31
HSL169.85º59.09%43.14%-
HSV(B)169.85º74.29%68.63%-
XYZ22.1633.5235.44-
YUV133.62138.9364.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.06%
GREEN value IS 175 (68.75% from 255) = 46.92%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=12.06%
G=46.92%
B=41.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal451751530.7400.130.31169.8559.0943.14
Hex2DAF994A0D1Faa3b2b
Octal55257231112015372527353
Binary10110110101111100110011001010011011111110101010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,175,153); }

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

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

 a { background-color: rgb(45,175,153); }

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

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

 span { border-color: rgb(45,175,153); }

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