#3CB29E

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

Shades of Niagara #3CB29E

Tints of Niagara #3CB29E

Color information

#3CB29E (or 0x3CB29E) is unknown color: approx Niagara. HEX triplet: 3C, B2 and 9E. RGB value is (60,178,158). Sum of RGB (Red+Green+Blue) = 60+178+158=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB29E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB29E is #C34D61. Grayscale: #8C8C8C. Windows color (decimal): -12799330 or 10400316. OLE color: 10400316.

HSL color Cylindrical-coordinate representation of color #3CB29E: hue angle of 169.83º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB29E is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB60178158-
CMYK0.6600.110.30
HSL169.83º49.58%46.67%-
HSV(B)169.83º66.29%69.8%-
XYZ23.9635.2737.89-
YUV140.44137.9170.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.15%
GREEN value IS 178 (69.92% from 255) = 44.95%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=15.15%
G=44.95%
B=39.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal601781580.6600.110.30169.8349.5846.67
Hex3CB29E420B1Eaa322f
Octal74262236102013362526257
Binary11110010110010100111101000010010111111010101010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,178,158); }

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

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

 a { background-color: rgb(60,178,158); }

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

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

 span { border-color: rgb(60,178,158); }

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