#39B294

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

Shades of Niagara #39B294

Tints of Niagara #39B294

Color information

#39B294 (or 0x39B294) is unknown color: approx Niagara. HEX triplet: 39, B2 and 94. RGB value is (57,178,148). Sum of RGB (Red+Green+Blue) = 57+178+148=383 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.88% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #39B294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39B294 is #C64D6B. Grayscale: #8A8A8A. Windows color (decimal): -12995948 or 9744953. OLE color: 9744953.

HSL color Cylindrical-coordinate representation of color #39B294: hue angle of 165.12º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B294 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB57178148-
CMYK0.6800.170.30
HSL165.12º51.49%46.08%-
HSV(B)165.12º67.98%69.8%-
XYZ22.9534.8533.53-
YUV138.4133.4169.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.88%
GREEN value IS 178 (69.92% from 255) = 46.48%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=14.88%
G=46.48%
B=38.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal571781480.6800.170.30165.1251.4946.08
Hex39B294440111Ea5332e
Octal71262224104021362456356
Binary111001101100101001010010001000100011111010100101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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