#3BB29C

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

Shades of Niagara #3BB29C

Tints of Niagara #3BB29C

Color information

#3BB29C (or 0x3BB29C) is unknown color: approx Niagara. HEX triplet: 3B, B2 and 9C. RGB value is (59,178,156). Sum of RGB (Red+Green+Blue) = 59+178+156=393 (52% of max value = 765). Red value is 59 (23.44% from 255 or 15.01% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #3BB29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB29C is #C44D63. Grayscale: #8B8B8B. Windows color (decimal): -12864868 or 10269243. OLE color: 10269243.

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

Color convert

RGB59178156-
CMYK0.6700.120.30
HSL168.91º50.21%46.47%-
HSV(B)168.91º66.85%69.8%-
XYZ23.7235.1736.99-
YUV139.91137.0870.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.01%
GREEN value IS 178 (69.92% from 255) = 45.29%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=15.01%
G=45.29%
B=39.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal591781560.6700.120.30168.9150.2146.47
Hex3BB29C430C1Ea9322e
Octal73262234103014362516256
Binary11101110110010100111001000011011001111010101001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,178,156); }

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

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

 a { background-color: rgb(59,178,156); }

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

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

 span { border-color: rgb(59,178,156); }

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