#39B194

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

Shades of Niagara #39B194

Tints of Niagara #39B194

Color information

#39B194 (or 0x39B194) is unknown color: approx Niagara. HEX triplet: 39, B1 and 94. RGB value is (57,177,148). Sum of RGB (Red+Green+Blue) = 57+177+148=382 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.92% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #39B194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39B194 is #C64E6B. Grayscale: #898989. Windows color (decimal): -12996204 or 9744697. OLE color: 9744697.

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

Color convert

RGB57177148-
CMYK0.6800.160.31
HSL165.5º51.28%45.88%-
HSV(B)165.5º67.8%69.41%-
XYZ22.7534.4533.47-
YUV137.81133.7470.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.92%
GREEN value IS 177 (69.53% from 255) = 46.34%
BLUE value IS 148 (58.20% from 255) = 38.74%
R=14.92%
G=46.34%
B=38.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571771480.6800.160.31165.551.2845.88
Hex39B194440101Fa6332e
Octal71261224104020372466356
Binary111001101100011001010010001000100001111110100110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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