#2CB19C

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

Shades of Niagara #2CB19C

Tints of Niagara #2CB19C

Color information

#2CB19C (or 0x2CB19C) is unknown color: approx Niagara. HEX triplet: 2C, B1 and 9C. RGB value is (44,177,156). Sum of RGB (Red+Green+Blue) = 44+177+156=377 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.67% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #2CB19C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CB19C is #D34E63. Grayscale: #868686. Windows color (decimal): -13848164 or 10268972. OLE color: 10268972.

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

Color convert

RGB44177156-
CMYK0.7500.120.31
HSL170.53º60.18%43.33%-
HSV(B)170.53º75.14%69.41%-
XYZ22.7634.3836.89-
YUV134.84139.9463.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.67%
GREEN value IS 177 (69.53% from 255) = 46.95%
BLUE value IS 156 (61.33% from 255) = 41.38%
R=11.67%
G=46.95%
B=41.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal441771560.7500.120.31170.5360.1843.33
Hex2CB19C4B0C1Fab3c2b
Octal54261234113014372537453
Binary10110010110001100111001001011011001111110101011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,177,156); }

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

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

 a { background-color: rgb(44,177,156); }

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

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

 span { border-color: rgb(44,177,156); }

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