#3aae9b

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

Shades of Niagara #3AAE9B

Tints of Niagara #3AAE9B

Color information

#3AAE9B (or 0x3AAE9B) is unknown color: approx Niagara. HEX triplet: 3A, AE and 9B. RGB value is (58,174,155). Sum of RGB (Red+Green+Blue) = 58+174+155=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAE9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAE9B is #C55164. Grayscale: #898989. Windows color (decimal): -12931429 or 10202682. OLE color: 10202682.

HSL color Cylindrical-coordinate representation of color #3AAE9B: hue angle of 170.17º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAE9B is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB58174155-
CMYK0.6700.110.32
HSL170.17º50%45.49%-
HSV(B)170.17º66.67%68.24%-
XYZ22.833.5436.28-
YUV137.15138.0771.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.99%
GREEN value IS 174 (68.36% from 255) = 44.96%
BLUE value IS 155 (60.94% from 255) = 40.05%
R=14.99%
G=44.96%
B=40.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581741550.6700.110.32170.175045.49
Hex3AAE9B430B20aa322d
Octal72256233103013402526255
Binary111010101011101001101110000110101110000010101010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3aae9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,174,155); }

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

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

 a { background-color: rgb(58,174,155); }

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

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

 span { border-color: rgb(58,174,155); }

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