#3CB19A

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

Shades of Niagara #3CB19A

Tints of Niagara #3CB19A

Color information

#3CB19A (or 0x3CB19A) is unknown color: approx Niagara. HEX triplet: 3C, B1 and 9A. RGB value is (60,177,154). Sum of RGB (Red+Green+Blue) = 60+177+154=391 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.35% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB19A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB19A is #C34E65. Grayscale: #8B8B8B. Windows color (decimal): -12799590 or 10137916. OLE color: 10137916.

HSL color Cylindrical-coordinate representation of color #3CB19A: hue angle of 168.21º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB19A is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB60177154-
CMYK0.6600.130.31
HSL168.21º49.37%46.47%-
HSV(B)168.21º66.1%69.41%-
XYZ23.4234.7436.04-
YUV139.4136.2471.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.35%
GREEN value IS 177 (69.53% from 255) = 45.27%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=15.35%
G=45.27%
B=39.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601771540.6600.130.31168.2149.3746.47
Hex3CB19A420D1Fa8312e
Octal74261232102015372506156
Binary11110010110001100110101000010011011111110101000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CB19A; }

 p { color: rgb(60,177,154); }

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

<style>
 a { background-color: #3CB19A; }

 a { background-color: rgb(60,177,154); }

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

<style>
 span { border-color: #3CB19A; }

 span { border-color: rgb(60,177,154); }

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