#3BB19B

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

Shades of Niagara #3BB19B

Tints of Niagara #3BB19B

Color information

#3BB19B (or 0x3BB19B) is unknown color: approx Niagara. HEX triplet: 3B, B1 and 9B. RGB value is (59,177,155). Sum of RGB (Red+Green+Blue) = 59+177+155=391 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.09% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB19B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB19B is #C44E64. Grayscale: #8B8B8B. Windows color (decimal): -12865125 or 10203451. OLE color: 10203451.

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

Color convert

RGB59177155-
CMYK0.6700.120.31
HSL168.81º50%46.27%-
HSV(B)168.81º66.67%69.41%-
XYZ23.4434.7436.48-
YUV139.21136.9170.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.09%
GREEN value IS 177 (69.53% from 255) = 45.27%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=15.09%
G=45.27%
B=39.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591771550.6700.120.31168.815046.27
Hex3BB19B430C1Fa9322e
Octal73261233103014372516256
Binary11101110110001100110111000011011001111110101001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,177,155); }

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

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

 a { background-color: rgb(59,177,155); }

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

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

 span { border-color: rgb(59,177,155); }

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