#3CB498

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

Shades of Niagara #3CB498

Tints of Niagara #3CB498

Color information

#3CB498 (or 0x3CB498) is unknown color: approx Niagara. HEX triplet: 3C, B4 and 98. RGB value is (60,180,152). Sum of RGB (Red+Green+Blue) = 60+180+152=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB498 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB498 is #C34B67. Grayscale: #8C8C8C. Windows color (decimal): -12798824 or 10007612. OLE color: 10007612.

HSL color Cylindrical-coordinate representation of color #3CB498: hue angle of 166º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB498 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB60180152-
CMYK0.6700.160.29
HSL166º50%47.06%-
HSV(B)166º66.67%70.59%-
XYZ23.8535.8735.37-
YUV140.93134.2470.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.31%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 152 (59.77% from 255) = 38.78%
R=15.31%
G=45.92%
B=38.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal601801520.6700.160.291665047.06
Hex3CB498430101Da6322f
Octal74264230103020352466257
Binary111100101101001001100010000110100001110110100110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,180,152); }

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

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

 a { background-color: rgb(60,180,152); }

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

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

 span { border-color: rgb(60,180,152); }

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