#31A693

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

Shades of Niagara #31A693

Tints of Niagara #31A693

Color information

#31A693 (or 0x31A693) is unknown color: approx Niagara. HEX triplet: 31, A6 and 93. RGB value is (49,166,147). Sum of RGB (Red+Green+Blue) = 49+166+147=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #31A693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A693 is #CE596C. Grayscale: #808080. Windows color (decimal): -13523309 or 9676337. OLE color: 9676337.

HSL color Cylindrical-coordinate representation of color #31A693: hue angle of 170.26º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A693 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB49166147-
CMYK0.7000.110.35
HSL170.26º54.42%42.16%-
HSV(B)170.26º70.48%65.1%-
XYZ20.1730.0332.34-
YUV128.85138.2471.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.54%
GREEN value IS 166 (65.23% from 255) = 45.86%
BLUE value IS 147 (57.81% from 255) = 40.61%
R=13.54%
G=45.86%
B=40.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal491661470.7000.110.35170.2654.4242.16
Hex31A693460B23aa362a
Octal61246223106013432526652
Binary110001101001101001001110001100101110001110101010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,166,147); }

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

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

 a { background-color: rgb(49,166,147); }

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

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

 span { border-color: rgb(49,166,147); }

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