#2CB796

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

Shades of Niagara #2CB796

Tints of Niagara #2CB796

Color information

#2CB796 (or 0x2CB796) is unknown color: approx Niagara. HEX triplet: 2C, B7 and 96. RGB value is (44,183,150). Sum of RGB (Red+Green+Blue) = 44+183+150=377 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.67% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB796 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB796 is #D34869. Grayscale: #898989. Windows color (decimal): -13846634 or 9877292. OLE color: 9877292.

HSL color Cylindrical-coordinate representation of color #2CB796: hue angle of 165.76º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB796 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB44183150-
CMYK0.7600.180.28
HSL165.76º61.23%44.51%-
HSV(B)165.76º75.96%71.76%-
XYZ23.4836.634.68-
YUV137.68134.9561.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.67%
GREEN value IS 183 (71.88% from 255) = 48.54%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=11.67%
G=48.54%
B=39.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal441831500.7600.180.28165.7661.2344.51
Hex2CB7964C0121Ca63d2d
Octal54267226114022342467555
Binary101100101101111001011010011000100101110010100110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,183,150); }

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

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

 a { background-color: rgb(44,183,150); }

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

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

 span { border-color: rgb(44,183,150); }

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