#39AE94

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

Shades of Niagara #39AE94

Tints of Niagara #39AE94

Color information

#39AE94 (or 0x39AE94) is unknown color: approx Niagara. HEX triplet: 39, AE and 94. RGB value is (57,174,148). Sum of RGB (Red+Green+Blue) = 57+174+148=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #39AE94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AE94 is #C6516B. Grayscale: #888888. Windows color (decimal): -12996972 or 9743929. OLE color: 9743929.

HSL color Cylindrical-coordinate representation of color #39AE94: hue angle of 166.67º degrees, saturation: 0.51, 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 #39AE94 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB57174148-
CMYK0.6700.150.32
HSL166.67º50.65%45.29%-
HSV(B)166.67º67.24%68.24%-
XYZ22.1733.2833.27-
YUV136.05134.7471.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.04%
GREEN value IS 174 (68.36% from 255) = 45.91%
BLUE value IS 148 (58.20% from 255) = 39.05%
R=15.04%
G=45.91%
B=39.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571741480.6700.150.32166.6750.6545.29
Hex39AE94430F20a7332d
Octal71256224103017402476355
Binary111001101011101001010010000110111110000010100111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39AE94; }

 p { color: rgb(57,174,148); }

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

<style>
 a { background-color: #39AE94; }

 a { background-color: rgb(57,174,148); }

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

<style>
 span { border-color: #39AE94; }

 span { border-color: rgb(57,174,148); }

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