#3BAA9C

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

Shades of Niagara #3BAA9C

Tints of Niagara #3BAA9C

Color information

#3BAA9C (or 0x3BAA9C) is unknown color: approx Niagara. HEX triplet: 3B, AA and 9C. RGB value is (59,170,156). Sum of RGB (Red+Green+Blue) = 59+170+156=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAA9C is #C45563. Grayscale: #878787. Windows color (decimal): -12866916 or 10267195. OLE color: 10267195.

HSL color Cylindrical-coordinate representation of color #3BAA9C: hue angle of 172.43º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAA9C is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB59170156-
CMYK0.6500.080.33
HSL172.43º48.47%44.9%-
HSV(B)172.43º65.29%66.67%-
XYZ22.1832.0836.48-
YUV135.21139.7373.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.32%
GREEN value IS 170 (66.80% from 255) = 44.16%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=15.32%
G=44.16%
B=40.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591701560.6500.080.33172.4348.4744.9
Hex3BAA9C410821ac302d
Octal73252234101010412546055
Binary111011101010101001110010000010100010000110101100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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