#2CAE9B

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

Shades of Niagara #2CAE9B

Tints of Niagara #2CAE9B

Color information

#2CAE9B (or 0x2CAE9B) is unknown color: approx Niagara. HEX triplet: 2C, AE and 9B. RGB value is (44,174,155). Sum of RGB (Red+Green+Blue) = 44+174+155=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAE9B is #D35164. Grayscale: #848484. Windows color (decimal): -13848933 or 10202668. OLE color: 10202668.

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

Color convert

RGB44174155-
CMYK0.7500.110.32
HSL171.23º59.63%42.75%-
HSV(B)171.23º74.71%68.24%-
XYZ22.0933.1736.25-
YUV132.96140.4364.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.80%
GREEN value IS 174 (68.36% from 255) = 46.65%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=11.80%
G=46.65%
B=41.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal441741550.7500.110.32171.2359.6342.75
Hex2CAE9B4B0B20ab3c2b
Octal54256233113013402537453
Binary101100101011101001101110010110101110000010101011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,174,155); }

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

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

 a { background-color: rgb(44,174,155); }

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

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

 span { border-color: rgb(44,174,155); }

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