#31B298

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

Shades of Niagara #31B298

Tints of Niagara #31B298

Color information

#31B298 (or 0x31B298) is unknown color: approx Niagara. HEX triplet: 31, B2 and 98. RGB value is (49,178,152). Sum of RGB (Red+Green+Blue) = 49+178+152=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #31B298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31B298 is #CE4D67. Grayscale: #888888. Windows color (decimal): -13520232 or 10007089. OLE color: 10007089.

HSL color Cylindrical-coordinate representation of color #31B298: hue angle of 167.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B298 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB49178152-
CMYK0.7200.150.30
HSL167.91º56.83%44.51%-
HSV(B)167.91º72.47%69.8%-
XYZ22.8534.7635.21-
YUV136.46136.7665.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.93%
GREEN value IS 178 (69.92% from 255) = 46.97%
BLUE value IS 152 (59.77% from 255) = 40.11%
R=12.93%
G=46.97%
B=40.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal491781520.7200.150.30167.9156.8344.51
Hex31B298480F1Ea8392d
Octal61262230110017362507155
Binary11000110110010100110001001000011111111010101000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31B298; }

 p { color: rgb(49,178,152); }

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

<style>
 a { background-color: #31B298; }

 a { background-color: rgb(49,178,152); }

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

<style>
 span { border-color: #31B298; }

 span { border-color: rgb(49,178,152); }

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