#2D9E90

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

Shades of Niagara #2D9E90

Tints of Niagara #2D9E90

Color information

#2D9E90 (or 0x2D9E90) is unknown color: approx Niagara. HEX triplet: 2D, 9E and 90. RGB value is (45,158,144). Sum of RGB (Red+Green+Blue) = 45+158+144=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9E90 is #D2616F. Grayscale: #7A7A7A. Windows color (decimal): -13787504 or 9477677. OLE color: 9477677.

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

Color convert

RGB45158144-
CMYK0.7200.090.38
HSL172.57º55.67%39.8%-
HSV(B)172.57º71.52%61.96%-
XYZ18.3427.0330.64-
YUV122.62140.0672.64-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.97%
GREEN value IS 158 (62.11% from 255) = 45.53%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=12.97%
G=45.53%
B=41.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451581440.7200.090.38172.5755.6739.8
Hex2D9E90480926ad3828
Octal55236220110011462557050
Binary101101100111101001000010010000100110011010101101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,158,144); }

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

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

 a { background-color: rgb(45,158,144); }

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

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

 span { border-color: rgb(45,158,144); }

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